#33883B

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

Shades of Japanese Laurel #33883B

Tints of Japanese Laurel #33883B

Color information

#33883B (or 0x33883B) is unknown color: approx Japanese Laurel. HEX triplet: 33, 88 and 3B. RGB value is (51,136,59). Sum of RGB (Red+Green+Blue) = 51+136+59=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #33883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33883B is #CC77C4. Grayscale: #666666. Windows color (decimal): -13400005 or 3901491. OLE color: 3901491.

HSL color Cylindrical-coordinate representation of color #33883B: hue angle of 125.65º 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 #33883B is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB5113659-
CMYK0.6200.570.47
HSL125.65º45.45%36.67%-
HSV(B)125.65º62.5%53.33%-
XYZ10.9618.637.16-
YUV101.81103.8491.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 136 (53.52% from 255) = 55.28%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=20.73%
G=55.28%
B=23.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51136590.6200.570.47125.6545.4536.67
Hex33883B3E0392F7e2d25
Octal632107376071571765545
Binary1100111000100011101111111001110011011111111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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