#33762F

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

Shades of Japanese Laurel #33762F

Tints of Japanese Laurel #33762F

Color information

#33762F (or 0x33762F) is unknown color: approx Japanese Laurel. HEX triplet: 33, 76 and 2F. RGB value is (51,118,47). Sum of RGB (Red+Green+Blue) = 51+118+47=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #33762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33762F is #CC89D0. Grayscale: #5A5A5A. Windows color (decimal): -13404625 or 3110451. OLE color: 3110451.

HSL color Cylindrical-coordinate representation of color #33762F: hue angle of 116.62º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33762F is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB5111847-
CMYK0.5700.600.54
HSL116.62º43.03%32.35%-
HSV(B)116.62º60.17%46.27%-
XYZ8.3613.874.93-
YUV89.87103.8100.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 118 (46.48% from 255) = 54.63%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=23.61%
G=54.63%
B=21.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51118470.5700.600.54116.6243.0332.35
Hex33762F3903C36752b20
Octal631665771074661655340
Binary110011111011010111111100101111001101101110101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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