Html Css Color HEX #327231 Japanese Laurel

📋 copy color: '#327231'

red 50 ◦ green 114 ◦ blue 49

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

Shades of Japanese Laurel #327231

Tints of Japanese Laurel #327231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.52%

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

R = 23.47%
G = 53.52%
B = 23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#327231 (or 0x327231) is known color: Japanese Laurel. HEX triplet: 32, 72 and 31. RGB value is (50,114,49). Sum of RGB (Red+Green+Blue) = 50+114+49=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #327231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327231 is #CD8DCE. Grayscale: #575757. Windows color (decimal): -13471183 or 3240498. OLE color: 3240498.

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

Color convert

RGB 50 114 49 -
CMYK 0.56 0 0.57 0.55
HSL 119.08º 0.4% 0.32% -
HSV(B) 119.08º 0.57% 0.45% -
XYZ 7.89 12.93 4.99 -
YUV 87.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 50 114 49 0.56 0 0.57 0.55 119.08 0.4 0.32
Hex 32 72 31 38 0 39 37 77 28 20
Octal 62 162 61 70 0 71 67 167 50 40
Binary 110010 1110010 110001 111000 0 111001 110111 1110111 101000 100000

Color Harmonies of #327231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327231

Black with #327231

Text Example


Text Example

White with #327231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327231; }

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

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

background-color css

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

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

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

border-color css

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

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

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