#33883C

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

Shades of Japanese Laurel #33883C

Tints of Japanese Laurel #33883C

Color information

#33883C (or 0x33883C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 88 and 3C. RGB value is (51,136,60). Sum of RGB (Red+Green+Blue) = 51+136+60=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #33883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33883C is #CC77C3. Grayscale: #666666. Windows color (decimal): -13400004 or 3967027. OLE color: 3967027.

HSL color Cylindrical-coordinate representation of color #33883C: hue angle of 126.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33883C is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB5113660-
CMYK0.6200.560.47
HSL126.35º45.45%36.67%-
HSV(B)126.35º62.5%53.33%-
XYZ10.9918.647.29-
YUV101.92104.3491.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 136 (53.52% from 255) = 55.06%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=20.65%
G=55.06%
B=24.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51136600.6200.560.47126.3545.4536.67
Hex33883C3E0382F7e2d25
Octal632107476070571765545
Binary1100111000100011110011111001110001011111111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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