#33883F

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

Shades of Japanese Laurel #33883F

Tints of Japanese Laurel #33883F

Color information

#33883F (or 0x33883F) is unknown color: approx Japanese Laurel. HEX triplet: 33, 88 and 3F. RGB value is (51,136,63). Sum of RGB (Red+Green+Blue) = 51+136+63=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #33883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33883F is #CC77C0. Grayscale: #666666. Windows color (decimal): -13400001 or 4163635. OLE color: 4163635.

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

Color convert

RGB5113663-
CMYK0.6200.540.47
HSL128.47º45.45%36.67%-
HSV(B)128.47º62.5%53.33%-
XYZ11.0718.677.72-
YUV102.26105.8491.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 136 (53.52% from 255) = 54.4%
BLUE value IS 63 (25% from 255) = 25.2%
R=20.4%
G=54.4%
B=25.2%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51136630.6200.540.47128.4745.4536.67
Hex33883F3E0362F802d25
Octal632107776066572005545
Binary11001110001000111111111110011011010111110000000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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