Html Css Color HEX #329140 Japanese Laurel

📋 copy color: '#329140'

red 50 ◦ green 145 ◦ blue 64

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

Shades of Japanese Laurel #329140

Tints of Japanese Laurel #329140

RGB

 RED value IS 50 (19.92% from 255) = 19.31%

 GREEN value IS 145 (57.03% from 255) = 55.98%

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 19.31%
G = 55.98%
B = 24.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#329140 (or 0x329140) is known color: Japanese Laurel. HEX triplet: 32, 91 and 40. RGB value is (50,145,64). Sum of RGB (Red+Green+Blue) = 50+145+64=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #329140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329140 is #CD6EBF. Grayscale: #6B6B6B. Windows color (decimal): -13463232 or 4231474. OLE color: 4231474.

HSL color Cylindrical-coordinate representation of color #329140: hue angle of 128.84º 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 #329140 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 64 -
CMYK 0.66 0 0.56 0.43
HSL 128.84º 0.49% 0.38% -
HSV(B) 128.84º 0.66% 0.57% -
XYZ 12.37 21.3 8.31 -
YUV 107.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 50 145 64 0.66 0 0.56 0.43 128.84 0.49 0.38
Hex 32 91 40 42 0 38 2B 81 31 26
Octal 62 221 100 102 0 70 53 201 61 46
Binary 110010 10010001 1000000 1000010 0 111000 101011 10000001 110001 100110

Color Harmonies of #329140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329140

Black with #329140

Text Example


Text Example

White with #329140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329140; }

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

 H1.HeaderClassName
 {
   color: #329140;
 }
 .AnyTagClassName
 {
   color: #329140;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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