#32883D

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

Shades of Japanese Laurel #32883D

Tints of Japanese Laurel #32883D

Color information

#32883D (or 0x32883D) is unknown color: approx Japanese Laurel. HEX triplet: 32, 88 and 3D. RGB value is (50,136,61). Sum of RGB (Red+Green+Blue) = 50+136+61=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #32883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32883D is #CD77C2. Grayscale: #656565. Windows color (decimal): -13465539 or 4032562. OLE color: 4032562.

HSL color Cylindrical-coordinate representation of color #32883D: hue angle of 127.67º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32883D is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB5013661-
CMYK0.6300.550.47
HSL127.67º46.24%36.47%-
HSV(B)127.67º63.24%53.33%-
XYZ10.9618.627.43-
YUV101.74105.0191.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 136 (53.52% from 255) = 55.06%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=20.24%
G=55.06%
B=24.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50136610.6300.550.47127.6746.2436.47
Hex32883D3F0372F802e24
Octal622107577067572005644
Binary11001010001000111101111111011011110111110000000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32883D; }

 p { color: rgb(50,136,61); }

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

<style>
 a { background-color: #32883D; }

 a { background-color: rgb(50,136,61); }

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

<style>
 span { border-color: #32883D; }

 span { border-color: rgb(50,136,61); }

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