Html Css Color HEX #327631 Japanese Laurel

📋 copy color: '#327631'

red 50 ◦ green 118 ◦ blue 49

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

Shades of Japanese Laurel #327631

Tints of Japanese Laurel #327631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.58%

R = 23.04%
G = 54.38%
B = 22.58%

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

#327631 (or 0x327631) is known color: Japanese Laurel. HEX triplet: 32, 76 and 31. RGB value is (50,118,49). Sum of RGB (Red+Green+Blue) = 50+118+49=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #327631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327631 is #CD89CE. Grayscale: #5A5A5A. Windows color (decimal): -13470159 or 3241522. OLE color: 3241522.

HSL color Cylindrical-coordinate representation of color #327631: hue angle of 119.13º degrees, saturation: 0.41, 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 #327631 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 49 -
CMYK 0.58 0 0.58 0.54
HSL 119.13º 0.41% 0.33% -
HSV(B) 119.13º 0.58% 0.46% -
XYZ 8.35 13.86 5.14 -
YUV 89.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 50 118 49 0.58 0 0.58 0.54 119.13 0.41 0.33
Hex 32 76 31 3A 0 3A 36 77 29 21
Octal 62 166 61 72 0 72 66 167 51 41
Binary 110010 1110110 110001 111010 0 111010 110110 1110111 101001 100001

Color Harmonies of #327631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327631

Black with #327631

Text Example


Text Example

White with #327631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327631; }

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

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

background-color css

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

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

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

border-color css

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

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

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