#33722B

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

Shades of Japanese Laurel #33722B

Tints of Japanese Laurel #33722B

Color information

#33722B (or 0x33722B) is unknown color: approx Japanese Laurel. HEX triplet: 33, 72 and 2B. RGB value is (51,114,43). Sum of RGB (Red+Green+Blue) = 51+114+43=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #33722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33722B is #CC8DD4. Grayscale: #575757. Windows color (decimal): -13405653 or 2847283. OLE color: 2847283.

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

Color convert

RGB5111443-
CMYK0.5500.620.55
HSL113.24º45.22%30.78%-
HSV(B)113.24º62.28%44.71%-
XYZ7.8212.914.37-
YUV87.07103.13102.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=24.52%
G=54.81%
B=20.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114430.5500.620.55113.2445.2230.78
Hex33722B3703E37712d1f
Octal631625367076671615537
Binary11001111100101010111101110111110110111111000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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