#33712F

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

Shades of Japanese Laurel #33712F

Tints of Japanese Laurel #33712F

Color information

#33712F (or 0x33712F) is unknown color: approx Japanese Laurel. HEX triplet: 33, 71 and 2F. RGB value is (51,113,47). Sum of RGB (Red+Green+Blue) = 51+113+47=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #33712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33712F is #CC8ED0. Grayscale: #575757. Windows color (decimal): -13405905 or 3109171. OLE color: 3109171.

HSL color Cylindrical-coordinate representation of color #33712F: hue angle of 116.36º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33712F is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB5111347-
CMYK0.5500.580.56
HSL116.36º41.25%31.37%-
HSV(B)116.36º58.41%44.31%-
XYZ7.7812.724.73-
YUV86.94105.46102.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=24.17%
G=53.55%
B=22.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113470.5500.580.56116.3641.2531.37
Hex33712F3703A3874291f
Octal631615767072701645137
Binary11001111100011011111101110111010111000111010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33712F; }

 p { color: rgb(51,113,47); }

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

<style>
 a { background-color: #33712F; }

 a { background-color: rgb(51,113,47); }

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

<style>
 span { border-color: #33712F; }

 span { border-color: rgb(51,113,47); }

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