Html Css Color HEX #329139 Japanese Laurel

📋 copy color: '#329139'

red 50 ◦ green 145 ◦ blue 57

#329139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #329139

Tints of Japanese Laurel #329139

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 value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#329139 (or 0x329139) is known color: 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

RGB 50 145 57 -
CMYK 0.66 0 0.61 0.43
HSL 124.42º 0.49% 0.38% -
HSV(B) 124.42º 0.66% 0.57% -
XYZ 12.18 21.22 7.33 -
YUV 106.56 100.03 87.66 -
System Red Green Blue C M Y K H S L
Decimal 50 145 57 0.66 0 0.61 0.43 124.42 0.49 0.38
Hex 32 91 39 42 0 3D 2B 7C 31 26
Octal 62 221 71 102 0 75 53 174 61 46
Binary 110010 10010001 111001 1000010 0 111101 101011 1111100 110001 100110

Color Harmonies of #329139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329139

Black with #329139

Text Example


Text Example

White with #329139

Text Example


Text Example

HTML Codes & Css Web 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>