#34883C

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

Shades of Japanese Laurel #34883C

Tints of Japanese Laurel #34883C

Color information

#34883C (or 0x34883C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 88 and 3C. RGB value is (52,136,60). Sum of RGB (Red+Green+Blue) = 52+136+60=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #34883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34883C is #CB77C3. Grayscale: #666666. Windows color (decimal): -13334468 or 3967028. OLE color: 3967028.

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

Color convert

RGB5213660-
CMYK0.6200.560.47
HSL125.71º44.68%36.86%-
HSV(B)125.71º61.76%53.33%-
XYZ11.0418.667.3-
YUV102.22104.1792.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 136 (53.52% from 255) = 54.84%
BLUE value IS 60 (23.83% from 255) = 24.19%
R=20.97%
G=54.84%
B=24.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136600.6200.560.47125.7144.6836.86
Hex34883C3E0382F7e2d25
Octal642107476070571765545
Binary1101001000100011110011111001110001011111111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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