Html Css Color HEX #327632 Japanese Laurel

📋 copy color: '#327632'

red 50 ◦ green 118 ◦ blue 50

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

Shades of Japanese Laurel #327632

Tints of Japanese Laurel #327632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.13%

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

R = 22.94%
G = 54.13%
B = 22.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#327632 (or 0x327632) is known color: Japanese Laurel. HEX triplet: 32, 76 and 32. RGB value is (50,118,50). Sum of RGB (Red+Green+Blue) = 50+118+50=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #327632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327632 is #CD89CD. Grayscale: #5A5A5A. Windows color (decimal): -13470158 or 3307058. OLE color: 3307058.

HSL color Cylindrical-coordinate representation of color #327632: 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.58%. Process color model (Four color, CMYK) of #327632 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 50 -
CMYK 0.58 0 0.58 0.54
HSL 120º 0.4% 0.33% -
HSV(B) 120º 0.58% 0.46% -
XYZ 8.37 13.87 5.25 -
YUV 89.92 105.47 99.53 -
System Red Green Blue C M Y K H S L
Decimal 50 118 50 0.58 0 0.58 0.54 120 0.4 0.33
Hex 32 76 32 3A 0 3A 36 78 28 21
Octal 62 166 62 72 0 72 66 170 50 41
Binary 110010 1110110 110010 111010 0 111010 110110 1111000 101000 100001

Color Harmonies of #327632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327632

Black with #327632

Text Example


Text Example

White with #327632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327632; }

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

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

background-color css

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

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

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

border-color css

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

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

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