Html Css Color HEX #315335 Parsley

📋 copy color: '#315335'

red 49 ◦ green 83 ◦ blue 53

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

Shades of Parsley #315335

Tints of Parsley #315335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.86%

 BLUE value IS 53 (21.09% from 255) = 28.65%

R = 26.49%
G = 44.86%
B = 28.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#315335 (or 0x315335) is known color: Parsley. HEX triplet: 31, 53 and 35. RGB value is (49,83,53). Sum of RGB (Red+Green+Blue) = 49+83+53=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #315335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315335 is #CEACCA. Grayscale: #454545. Windows color (decimal): -13544651 or 3494705. OLE color: 3494705.

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

Color convert

RGB 49 83 53 -
CMYK 0.41 0 0.36 0.67
HSL 127.06º 0.26% 0.26% -
HSV(B) 127.06º 0.41% 0.33% -
XYZ 5 7.1 4.47 -
YUV 69.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 49 83 53 0.41 0 0.36 0.67 127.06 0.26 0.26
Hex 31 53 35 29 0 24 43 7F 1A 1A
Octal 61 123 65 51 0 44 103 177 32 32
Binary 110001 1010011 110101 101001 0 100100 1000011 1111111 11010 11010

Color Harmonies of #315335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315335

Black with #315335

Text Example


Text Example

White with #315335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315335; }

 p { color: rgb(49,83,53); }

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

background-color css

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

 a { background-color: rgb(49,83,53); }

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

border-color css

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

 span { border-color: rgb(49,83,53); }

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