#34713B

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

Shades of Japanese Laurel #34713B

Tints of Japanese Laurel #34713B

Color information

#34713B (or 0x34713B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 71 and 3B. RGB value is (52,113,59). Sum of RGB (Red+Green+Blue) = 52+113+59=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #34713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34713B is #CB8EC4. Grayscale: #585858. Windows color (decimal): -13340357 or 3895604. OLE color: 3895604.

HSL color Cylindrical-coordinate representation of color #34713B: hue angle of 126.89º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34713B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB5211359-
CMYK0.5400.480.56
HSL126.89º36.97%32.35%-
HSV(B)126.89º53.98%44.31%-
XYZ8.1112.866.19-
YUV88.6111.29101.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=23.21%
G=50.45%
B=26.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113590.5400.480.56126.8936.9732.35
Hex34713B36030387f2520
Octal641617366060701774540
Binary110100111000111101111011001100001110001111111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34713B; }

 p { color: rgb(52,113,59); }

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

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

 a { background-color: rgb(52,113,59); }

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

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

 span { border-color: rgb(52,113,59); }

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