#33742F

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

Shades of Japanese Laurel #33742F

Tints of Japanese Laurel #33742F

Color information

#33742F (or 0x33742F) is unknown color: approx Japanese Laurel. HEX triplet: 33, 74 and 2F. RGB value is (51,116,47). Sum of RGB (Red+Green+Blue) = 51+116+47=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #33742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33742F is #CC8BD0. Grayscale: #585858. Windows color (decimal): -13405137 or 3109939. OLE color: 3109939.

HSL color Cylindrical-coordinate representation of color #33742F: hue angle of 116.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33742F is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB5111647-
CMYK0.5600.590.55
HSL116.52º42.33%31.96%-
HSV(B)116.52º59.48%45.49%-
XYZ8.1213.44.85-
YUV88.7104.47101.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 116 (45.70% from 255) = 54.21%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=23.83%
G=54.21%
B=21.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116470.5600.590.55116.5242.3331.96
Hex33742F3803B37752a20
Octal631645770073671655240
Binary110011111010010111111100001110111101111110101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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