#33722E

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

Shades of Japanese Laurel #33722E

Tints of Japanese Laurel #33722E

Color information

#33722E (or 0x33722E) is unknown color: approx Japanese Laurel. HEX triplet: 33, 72 and 2E. RGB value is (51,114,46). Sum of RGB (Red+Green+Blue) = 51+114+46=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #33722E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33722E is #CC8DD1. Grayscale: #575757. Windows color (decimal): -13405650 or 3043891. OLE color: 3043891.

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

Color convert

RGB5111446-
CMYK0.5500.600.55
HSL115.59º42.5%31.37%-
HSV(B)115.59º59.65%44.71%-
XYZ7.8812.944.67-
YUV87.41104.63102.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=24.17%
G=54.03%
B=21.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114460.5500.600.55115.5942.531.37
Hex33722E3703C37742a1f
Octal631625667074671645237
Binary11001111100101011101101110111100110111111010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33722E; }

 p { color: rgb(51,114,46); }

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

<style>
 a { background-color: #33722E; }

 a { background-color: rgb(51,114,46); }

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

<style>
 span { border-color: #33722E; }

 span { border-color: rgb(51,114,46); }

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