#33893F

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

Shades of Japanese Laurel #33893F

Tints of Japanese Laurel #33893F

Color information

#33893F (or 0x33893F) is unknown color: approx Japanese Laurel. HEX triplet: 33, 89 and 3F. RGB value is (51,137,63). Sum of RGB (Red+Green+Blue) = 51+137+63=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #33893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33893F is #CC76C0. Grayscale: #676767. Windows color (decimal): -13399745 or 4163891. OLE color: 4163891.

HSL color Cylindrical-coordinate representation of color #33893F: hue angle of 128.37º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33893F is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB5113763-
CMYK0.6300.540.46
HSL128.37º45.74%36.86%-
HSV(B)128.37º62.77%53.73%-
XYZ11.2118.957.77-
YUV102.85105.5191.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 137 (53.91% from 255) = 54.58%
BLUE value IS 63 (25% from 255) = 25.10%
R=20.32%
G=54.58%
B=25.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51137630.6300.540.46128.3745.7436.86
Hex33893F3F0362E802e25
Octal632117777066562005645
Binary11001110001001111111111111011011010111010000000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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