Html Css Color HEX #315532 Parsley

📋 copy color: '#315532'

red 49 ◦ green 85 ◦ blue 50

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

Shades of Parsley #315532

Tints of Parsley #315532

RGB

 RED value IS 49 (19.53% from 255) = 26.63%

 GREEN value IS 85 (33.59% from 255) = 46.2%

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

R = 26.63%
G = 46.2%
B = 27.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#315532 (or 0x315532) is known color: Parsley. HEX triplet: 31, 55 and 32. RGB value is (49,85,50). Sum of RGB (Red+Green+Blue) = 49+85+50=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #315532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315532 is #CEAACD. Grayscale: #464646. Windows color (decimal): -13544142 or 3298609. OLE color: 3298609.

HSL color Cylindrical-coordinate representation of color #315532: hue angle of 121.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315532 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 50 -
CMYK 0.42 0 0.41 0.67
HSL 121.67º 0.27% 0.26% -
HSV(B) 121.67º 0.42% 0.33% -
XYZ 5.09 7.38 4.17 -
YUV 70.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 49 85 50 0.42 0 0.41 0.67 121.67 0.27 0.26
Hex 31 55 32 2A 0 29 43 7A 1B 1A
Octal 61 125 62 52 0 51 103 172 33 32
Binary 110001 1010101 110010 101010 0 101001 1000011 1111010 11011 11010

Color Harmonies of #315532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315532

Black with #315532

Text Example


Text Example

White with #315532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315532; }

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

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

background-color css

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

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

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

border-color css

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

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

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