Html Css Color HEX #315033 Parsley

📋 copy color: '#315033'

red 49 ◦ green 80 ◦ blue 51

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

Shades of Parsley #315033

Tints of Parsley #315033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.44%

 BLUE value IS 51 (20.31% from 255) = 28.33%

R = 27.22%
G = 44.44%
B = 28.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#315033 (or 0x315033) is known color: Parsley. HEX triplet: 31, 50 and 33. RGB value is (49,80,51). Sum of RGB (Red+Green+Blue) = 49+80+51=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #315033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315033 is #CEAFCC. Grayscale: #434343. Windows color (decimal): -13545421 or 3362865. OLE color: 3362865.

HSL color Cylindrical-coordinate representation of color #315033: hue angle of 123.87º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #315033 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 51 -
CMYK 0.39 0 0.36 0.69
HSL 123.87º 0.24% 0.25% -
HSV(B) 123.87º 0.39% 0.31% -
XYZ 4.73 6.63 4.16 -
YUV 67.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 49 80 51 0.39 0 0.36 0.69 123.87 0.24 0.25
Hex 31 50 33 27 0 24 45 7C 18 19
Octal 61 120 63 47 0 44 105 174 30 31
Binary 110001 1010000 110011 100111 0 100100 1000101 1111100 11000 11001

Color Harmonies of #315033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315033

Black with #315033

Text Example


Text Example

White with #315033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315033; }

 p { color: rgb(49,80,51); }

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

background-color css

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

 a { background-color: rgb(49,80,51); }

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

border-color css

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

 span { border-color: rgb(49,80,51); }

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