#33733F

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

Shades of Japanese Laurel #33733F

Tints of Japanese Laurel #33733F

Color information

#33733F (or 0x33733F) is unknown color: approx Japanese Laurel. HEX triplet: 33, 73 and 3F. RGB value is (51,115,63). Sum of RGB (Red+Green+Blue) = 51+115+63=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #33733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33733F is #CC8CC0. Grayscale: #5A5A5A. Windows color (decimal): -13405377 or 4158259. OLE color: 4158259.

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

Color convert

RGB5111563-
CMYK0.5600.450.55
HSL131.25º38.55%32.55%-
HSV(B)131.25º55.65%45.1%-
XYZ8.3913.326.83-
YUV89.94112.8100.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 115 (45.31% from 255) = 50.22%
BLUE value IS 63 (25% from 255) = 27.51%
R=22.27%
G=50.22%
B=27.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115630.5600.450.55131.2538.5532.55
Hex33733F3802D37832721
Octal631637770055672034741
Binary1100111110011111111111000010110111011110000011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,115,63); }

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

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

 a { background-color: rgb(51,115,63); }

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

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

 span { border-color: rgb(51,115,63); }

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