#33872e

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

Shades of Japanese Laurel #33872E

Tints of Japanese Laurel #33872E

Color information

#33872E (or 0x33872E) is unknown color: approx Japanese Laurel. HEX triplet: 33, 87 and 2E. RGB value is (51,135,46). Sum of RGB (Red+Green+Blue) = 51+135+46=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #33872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33872E is #CC78D1. Grayscale: #646464. Windows color (decimal): -13400274 or 3049267. OLE color: 3049267.

HSL color Cylindrical-coordinate representation of color #33872E: hue angle of 116.63º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33872E is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB5113546-
CMYK0.6200.660.47
HSL116.63º49.17%35.49%-
HSV(B)116.63º65.93%52.94%-
XYZ10.5218.235.55-
YUV99.7497.6793.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 135 (53.12% from 255) = 58.19%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=21.98%
G=58.19%
B=19.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51135460.6200.660.47116.6349.1735.49
Hex33872E3E0422F753123
Octal6320756760102571656143
Binary11001110000111101110111110010000101011111110101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33872e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33872e; }

 p { color: rgb(51,135,46); }

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

<style>
 a { background-color: #33872e; }

 a { background-color: rgb(51,135,46); }

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

<style>
 span { border-color: #33872e; }

 span { border-color: rgb(51,135,46); }

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