#33752D

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

Shades of Japanese Laurel #33752D

Tints of Japanese Laurel #33752D

Color information

#33752D (or 0x33752D) is unknown color: approx Japanese Laurel. HEX triplet: 33, 75 and 2D. RGB value is (51,117,45). Sum of RGB (Red+Green+Blue) = 51+117+45=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #33752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33752D is #CC8AD2. Grayscale: #595959. Windows color (decimal): -13404883 or 2979123. OLE color: 2979123.

HSL color Cylindrical-coordinate representation of color #33752D: hue angle of 115º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33752D is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB5111745-
CMYK0.5600.620.54
HSL115º44.44%31.76%-
HSV(B)115º61.54%45.88%-
XYZ8.213.624.68-
YUV89.06103.13100.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 45 (17.97% from 255) = 21.13%
R=23.94%
G=54.93%
B=21.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117450.5600.620.5411544.4431.76
Hex33752D3803E36732c20
Octal631655570076661635440
Binary110011111010110110111100001111101101101110011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33752D; }

 p { color: rgb(51,117,45); }

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

<style>
 a { background-color: #33752D; }

 a { background-color: rgb(51,117,45); }

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

<style>
 span { border-color: #33752D; }

 span { border-color: rgb(51,117,45); }

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