#328139

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

Shades of Japanese Laurel #328139

Tints of Japanese Laurel #328139

Color information

#328139 (or 0x328139) is unknown color: approx Japanese Laurel. HEX triplet: 32, 81 and 39. RGB value is (50,129,57). Sum of RGB (Red+Green+Blue) = 50+129+57=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #328139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328139 is #CD7EC6. Grayscale: #616161. Windows color (decimal): -13467335 or 3768626. OLE color: 3768626.

HSL color Cylindrical-coordinate representation of color #328139: hue angle of 125.32º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328139 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB5012957-
CMYK0.6100.560.49
HSL125.32º44.13%35.1%-
HSV(B)125.32º61.24%50.59%-
XYZ9.916.676.57-
YUV97.17105.3394.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 129 (50.78% from 255) = 54.66%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=21.19%
G=54.66%
B=24.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50129570.6100.560.49125.3244.1335.1
Hex3281393D038317d2c23
Octal622017175070611755443
Binary1100101000000111100111110101110001100011111101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328139; }

 p { color: rgb(50,129,57); }

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

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

 a { background-color: rgb(50,129,57); }

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

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

 span { border-color: rgb(50,129,57); }

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