Html Css Color HEX #315930 Parsley

📋 copy color: '#315930'

red 49 ◦ green 89 ◦ blue 48

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

Shades of Parsley #315930

Tints of Parsley #315930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.85%

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 26.34%
G = 47.85%
B = 25.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#315930 (or 0x315930) is known color: Parsley. HEX triplet: 31, 59 and 30. RGB value is (49,89,48). Sum of RGB (Red+Green+Blue) = 49+89+48=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #315930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315930 is #CEA6CF. Grayscale: #484848. Windows color (decimal): -13543120 or 3168561. OLE color: 3168561.

HSL color Cylindrical-coordinate representation of color #315930: hue angle of 118.54º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315930 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 48 -
CMYK 0.45 0 0.46 0.65
HSL 118.54º 0.3% 0.27% -
HSV(B) 118.54º 0.46% 0.35% -
XYZ 5.37 8.01 4.06 -
YUV 72.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 49 89 48 0.45 0 0.46 0.65 118.54 0.3 0.27
Hex 31 59 30 2D 0 2E 41 77 1E 1B
Octal 61 131 60 55 0 56 101 167 36 33
Binary 110001 1011001 110000 101101 0 101110 1000001 1110111 11110 11011

Color Harmonies of #315930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315930

Black with #315930

Text Example


Text Example

White with #315930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315930; }

 p { color: rgb(49,89,48); }

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

background-color css

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

 a { background-color: rgb(49,89,48); }

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

border-color css

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

 span { border-color: rgb(49,89,48); }

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