#34722D

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

Shades of Japanese Laurel #34722D

Tints of Japanese Laurel #34722D

Color information

#34722D (or 0x34722D) is unknown color: approx Japanese Laurel. HEX triplet: 34, 72 and 2D. RGB value is (52,114,45). Sum of RGB (Red+Green+Blue) = 52+114+45=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #34722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34722D is #CB8DD2. Grayscale: #575757. Windows color (decimal): -13340115 or 2978356. OLE color: 2978356.

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

Color convert

RGB5211445-
CMYK0.5400.610.55
HSL113.91º43.4%31.18%-
HSV(B)113.91º60.53%44.71%-
XYZ7.9112.954.57-
YUV87.6103.96102.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=24.64%
G=54.03%
B=21.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114450.5400.610.55113.9143.431.18
Hex34722D3603D37722b1f
Octal641625566075671625337
Binary11010011100101011011101100111101110111111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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