Html Css Color HEX #327732 Japanese Laurel

📋 copy color: '#327732'

red 50 ◦ green 119 ◦ blue 50

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

Shades of Japanese Laurel #327732

Tints of Japanese Laurel #327732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.34%

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

R = 22.83%
G = 54.34%
B = 22.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#327732 (or 0x327732) is known color: Japanese Laurel. HEX triplet: 32, 77 and 32. RGB value is (50,119,50). Sum of RGB (Red+Green+Blue) = 50+119+50=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #327732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327732 is #CD88CD. Grayscale: #5A5A5A. Windows color (decimal): -13469902 or 3307314. OLE color: 3307314.

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

Color convert

RGB 50 119 50 -
CMYK 0.58 0 0.58 0.53
HSL 120º 0.41% 0.33% -
HSV(B) 120º 0.58% 0.47% -
XYZ 8.49 14.1 5.29 -
YUV 90.5 105.14 99.11 -
System Red Green Blue C M Y K H S L
Decimal 50 119 50 0.58 0 0.58 0.53 120 0.41 0.33
Hex 32 77 32 3A 0 3A 35 78 29 21
Octal 62 167 62 72 0 72 65 170 51 41
Binary 110010 1110111 110010 111010 0 111010 110101 1111000 101001 100001

Color Harmonies of #327732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327732

Black with #327732

Text Example


Text Example

White with #327732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327732; }

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

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

background-color css

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

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

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

border-color css

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

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

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