#307536

Color #307536 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #307536

Tints of Japanese Laurel #307536

Color information

#307536 (or 0x307536) is unknown color: approx Japanese Laurel. HEX triplet: 30, 75 and 36. RGB value is (48,117,54). Sum of RGB (Red+Green+Blue) = 48+117+54=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #307536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307536 is #CF8AC9. Grayscale: #595959. Windows color (decimal): -13601482 or 3568944. OLE color: 3568944.

HSL color Cylindrical-coordinate representation of color #307536: hue angle of 125.22º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307536 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB4811754-
CMYK0.5900.540.54
HSL125.22º41.82%32.35%-
HSV(B)125.22º58.97%45.88%-
XYZ8.2513.625.68-
YUV89.19108.1498.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=21.92%
G=53.42%
B=24.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117540.5900.540.54125.2241.8232.35
Hex3075363B036367d2a20
Octal601656673066661755240
Binary110000111010111011011101101101101101101111101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307536; }

 p { color: rgb(48,117,54); }

 H1.HeaderClassName
 {
   color: #307536;
 }
 .AnyTagClassName
 {
   color: #307536;
 }
</style>
background-color css

<style>
 a { background-color: #307536; }

 a { background-color: rgb(48,117,54); }

 div.DivClassName
 {
   background-color: #307536;
 }
 .BgClassName
 {
   background-color: #307536;
 }
</style>
border-color css

<style>
 span { border-color: #307536; }

 span { border-color: rgb(48,117,54); }

 td.TdClassName
 {
   border-color: #307536;
 }
 .TagClassName
 {
   border-color: #307536;
 }
</style>