#34722B

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

Shades of Japanese Laurel #34722B

Tints of Japanese Laurel #34722B

Color information

#34722B (or 0x34722B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 72 and 2B. RGB value is (52,114,43). Sum of RGB (Red+Green+Blue) = 52+114+43=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #34722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34722B is #CB8DD4. Grayscale: #575757. Windows color (decimal): -13340117 or 2847284. OLE color: 2847284.

HSL color Cylindrical-coordinate representation of color #34722B: hue angle of 112.39º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34722B is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB5211443-
CMYK0.5400.620.55
HSL112.39º45.22%30.78%-
HSV(B)112.39º62.28%44.71%-
XYZ7.8712.944.37-
YUV87.37102.96102.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 114 (44.92% from 255) = 54.55%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=24.88%
G=54.55%
B=20.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114430.5400.620.55112.3945.2230.78
Hex34722B3603E37702d1f
Octal641625366076671605537
Binary11010011100101010111101100111110110111111000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,114,43); }

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

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

 a { background-color: rgb(52,114,43); }

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

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

 span { border-color: rgb(52,114,43); }

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