#307534

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

Shades of Japanese Laurel #307534

Tints of Japanese Laurel #307534

Color information

#307534 (or 0x307534) is unknown color: approx Japanese Laurel. HEX triplet: 30, 75 and 34. RGB value is (48,117,52). Sum of RGB (Red+Green+Blue) = 48+117+52=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #307534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307534 is #CF8ACB. Grayscale: #595959. Windows color (decimal): -13601484 or 3437872. OLE color: 3437872.

HSL color Cylindrical-coordinate representation of color #307534: hue angle of 123.48º 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 #307534 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB4811752-
CMYK0.5900.560.54
HSL123.48º41.82%32.35%-
HSV(B)123.48º58.97%45.88%-
XYZ8.213.65.44-
YUV88.96107.1498.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=22.12%
G=53.92%
B=23.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117520.5900.560.54123.4841.8232.35
Hex3075343B038367b2a20
Octal601656473070661735240
Binary110000111010111010011101101110001101101111011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307534; }

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

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

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

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

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

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

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

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