#33712A

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

Shades of Japanese Laurel #33712A

Tints of Japanese Laurel #33712A

Color information

#33712A (or 0x33712A) is unknown color: approx Japanese Laurel. HEX triplet: 33, 71 and 2A. RGB value is (51,113,42). Sum of RGB (Red+Green+Blue) = 51+113+42=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #33712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33712A is #CC8ED5. Grayscale: #565656. Windows color (decimal): -13405910 or 2781491. OLE color: 2781491.

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

Color convert

RGB5111342-
CMYK0.5500.630.56
HSL112.39º45.81%30.39%-
HSV(B)112.39º62.83%44.31%-
XYZ7.6912.684.23-
YUV86.37102.96102.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 113 (44.53% from 255) = 54.85%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=24.76%
G=54.85%
B=20.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113420.5500.630.56112.3945.8130.39
Hex33712A3703F38702e1e
Octal631615267077701605636
Binary11001111100011010101101110111111111000111000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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