Html Css Color HEX #327432 Japanese Laurel

📋 copy color: '#327432'

red 50 ◦ green 116 ◦ blue 50

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

Shades of Japanese Laurel #327432

Tints of Japanese Laurel #327432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.7%

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

R = 23.15%
G = 53.7%
B = 23.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#327432 (or 0x327432) is known color: Japanese Laurel. HEX triplet: 32, 74 and 32. RGB value is (50,116,50). Sum of RGB (Red+Green+Blue) = 50+116+50=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #327432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327432 is #CD8BCD. Grayscale: #585858. Windows color (decimal): -13470670 or 3306546. OLE color: 3306546.

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

Color convert

RGB 50 116 50 -
CMYK 0.57 0 0.57 0.55
HSL 120º 0.4% 0.33% -
HSV(B) 120º 0.57% 0.45% -
XYZ 8.14 13.4 5.18 -
YUV 88.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 50 116 50 0.57 0 0.57 0.55 120 0.4 0.33
Hex 32 74 32 39 0 39 37 78 28 21
Octal 62 164 62 71 0 71 67 170 50 41
Binary 110010 1110100 110010 111001 0 111001 110111 1111000 101000 100001

Color Harmonies of #327432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327432

Black with #327432

Text Example


Text Example

White with #327432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327432; }

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

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

background-color css

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

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

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

border-color css

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

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

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