#33803F

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

Shades of Japanese Laurel #33803F

Tints of Japanese Laurel #33803F

Color information

#33803F (or 0x33803F) is unknown color: approx Japanese Laurel. HEX triplet: 33, 80 and 3F. RGB value is (51,128,63). Sum of RGB (Red+Green+Blue) = 51+128+63=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #33803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33803F is #CC7FC0. Grayscale: #616161. Windows color (decimal): -13402049 or 4161587. OLE color: 4161587.

HSL color Cylindrical-coordinate representation of color #33803F: hue angle of 129.35º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33803F is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB5112863-
CMYK0.6000.510.50
HSL129.35º43.02%35.1%-
HSV(B)129.35º60.16%50.2%-
XYZ9.9816.57.36-
YUV97.57108.4994.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 128 (50.39% from 255) = 52.89%
BLUE value IS 63 (25% from 255) = 26.03%
R=21.07%
G=52.89%
B=26.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51128630.6000.510.50129.3543.0235.1
Hex33803F3C03332812b23
Octal632007774063622015343
Binary11001110000000111111111100011001111001010000001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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