#34873C

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

Shades of Japanese Laurel #34873C

Tints of Japanese Laurel #34873C

Color information

#34873C (or 0x34873C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 87 and 3C. RGB value is (52,135,60). Sum of RGB (Red+Green+Blue) = 52+135+60=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #34873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34873C is #CB78C3. Grayscale: #656565. Windows color (decimal): -13334724 or 3966772. OLE color: 3966772.

HSL color Cylindrical-coordinate representation of color #34873C: hue angle of 125.78º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34873C is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB5213560-
CMYK0.6100.560.47
HSL125.78º44.39%36.67%-
HSV(B)125.78º61.48%52.94%-
XYZ10.918.387.25-
YUV101.63104.592.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 135 (53.12% from 255) = 54.66%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=21.05%
G=54.66%
B=24.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135600.6100.560.47125.7844.3936.67
Hex34873C3D0382F7e2c25
Octal642077475070571765445
Binary1101001000011111110011110101110001011111111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34873C; }

 p { color: rgb(52,135,60); }

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

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

 a { background-color: rgb(52,135,60); }

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

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

 span { border-color: rgb(52,135,60); }

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