#33813B

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

Shades of Japanese Laurel #33813B

Tints of Japanese Laurel #33813B

Color information

#33813B (or 0x33813B) is unknown color: approx Japanese Laurel. HEX triplet: 33, 81 and 3B. RGB value is (51,129,59). Sum of RGB (Red+Green+Blue) = 51+129+59=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #33813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33813B is #CC7EC4. Grayscale: #616161. Windows color (decimal): -13401797 or 3899699. OLE color: 3899699.

HSL color Cylindrical-coordinate representation of color #33813B: hue angle of 126.15º 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 #33813B is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB5112959-
CMYK0.6000.540.49
HSL126.15º43.33%35.29%-
HSV(B)126.15º60.47%50.59%-
XYZ1016.726.84-
YUV97.7106.1694.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 129 (50.78% from 255) = 53.97%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=21.34%
G=53.97%
B=24.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51129590.6000.540.49126.1543.3335.29
Hex33813B3C036317e2b23
Octal632017374066611765343
Binary1100111000000111101111110001101101100011111110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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