#329139

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

Shades of Japanese Laurel #329139

Tints of Japanese Laurel #329139

Color information

#329139 (or 0x329139) is unknown color: approx Japanese Laurel. HEX triplet: 32, 91 and 39. RGB value is (50,145,57). Sum of RGB (Red+Green+Blue) = 50+145+57=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #329139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329139 is #CD6EC6. Grayscale: #6A6A6A. Windows color (decimal): -13463239 or 3772722. OLE color: 3772722.

HSL color Cylindrical-coordinate representation of color #329139: hue angle of 124.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329139 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB5014557-
CMYK0.6600.610.43
HSL124.42º48.72%38.24%-
HSV(B)124.42º65.52%56.86%-
XYZ12.1821.227.33-
YUV106.56100.0387.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 145 (57.03% from 255) = 57.54%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=19.84%
G=57.54%
B=22.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50145570.6600.610.43124.4248.7238.24
Hex3291394203D2B7c3126
Octal6222171102075531746146
Binary11001010010001111001100001001111011010111111100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329139; }

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

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

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

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

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

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

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

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