Html Css Color HEX #327532 Japanese Laurel

📋 copy color: '#327532'

red 50 ◦ green 117 ◦ blue 50

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

Shades of Japanese Laurel #327532

Tints of Japanese Laurel #327532

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.92%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 23.04%
G = 53.92%
B = 23.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#327532 (or 0x327532) is known color: Japanese Laurel. HEX triplet: 32, 75 and 32. RGB value is (50,117,50). Sum of RGB (Red+Green+Blue) = 50+117+50=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #327532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327532 is #CD8ACD. Grayscale: #595959. Windows color (decimal): -13470414 or 3306802. OLE color: 3306802.

HSL color Cylindrical-coordinate representation of color #327532: hue angle of 120º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327532 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 50 -
CMYK 0.57 0 0.57 0.54
HSL 120º 0.4% 0.33% -
HSV(B) 120º 0.57% 0.46% -
XYZ 8.25 13.63 5.21 -
YUV 89.33 105.8 99.95 -
System Red Green Blue C M Y K H S L
Decimal 50 117 50 0.57 0 0.57 0.54 120 0.4 0.33
Hex 32 75 32 39 0 39 36 78 28 21
Octal 62 165 62 71 0 71 66 170 50 41
Binary 110010 1110101 110010 111001 0 111001 110110 1111000 101000 100001

Color Harmonies of #327532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327532

Black with #327532

Text Example


Text Example

White with #327532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327532; }

 p { color: rgb(50,117,50); }

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

background-color css

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

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

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

border-color css

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

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

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