#33813C

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

Shades of Japanese Laurel #33813C

Tints of Japanese Laurel #33813C

Color information

#33813C (or 0x33813C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 81 and 3C. RGB value is (51,129,60). Sum of RGB (Red+Green+Blue) = 51+129+60=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #33813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33813C is #CC7EC3. Grayscale: #626262. Windows color (decimal): -13401796 or 3965235. OLE color: 3965235.

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

Color convert

RGB5112960-
CMYK0.6000.530.49
HSL126.92º43.33%35.29%-
HSV(B)126.92º60.47%50.59%-
XYZ10.0316.736.98-
YUV97.81106.6694.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 129 (50.78% from 255) = 53.75%
BLUE value IS 60 (23.83% from 255) = 25%
R=21.25%
G=53.75%
B=25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51129600.6000.530.49126.9243.3335.29
Hex33813C3C035317f2b23
Octal632017474065611775343
Binary1100111000000111110011110001101011100011111111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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