#33753C

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

Shades of Japanese Laurel #33753C

Tints of Japanese Laurel #33753C

Color information

#33753C (or 0x33753C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 75 and 3C. RGB value is (51,117,60). Sum of RGB (Red+Green+Blue) = 51+117+60=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #33753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33753C is #CC8AC3. Grayscale: #5A5A5A. Windows color (decimal): -13404868 or 3962163. OLE color: 3962163.

HSL color Cylindrical-coordinate representation of color #33753C: hue angle of 128.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33753C is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB5111760-
CMYK0.5600.490.54
HSL128.18º39.29%32.94%-
HSV(B)128.18º56.41%45.88%-
XYZ8.5413.756.48-
YUV90.77110.6399.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 117 (46.09% from 255) = 51.32%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=22.37%
G=51.32%
B=26.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117600.5600.490.54128.1839.2932.94
Hex33753C3803136802721
Octal631657470061662004741
Binary1100111110101111100111000011000111011010000000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33753C; }

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

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

<style>
 a { background-color: #33753C; }

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

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

<style>
 span { border-color: #33753C; }

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

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