Html Css Color HEX #315336 Parsley

📋 copy color: '#315336'

red 49 ◦ green 83 ◦ blue 54

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

Shades of Parsley #315336

Tints of Parsley #315336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.03%

R = 26.34%
G = 44.62%
B = 29.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#315336 (or 0x315336) is known color: Parsley. HEX triplet: 31, 53 and 36. RGB value is (49,83,54). Sum of RGB (Red+Green+Blue) = 49+83+54=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #315336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315336 is #CEACC9. Grayscale: #454545. Windows color (decimal): -13544650 or 3560241. OLE color: 3560241.

HSL color Cylindrical-coordinate representation of color #315336: hue angle of 128.82º 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 #315336 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 54 -
CMYK 0.41 0 0.35 0.67
HSL 128.82º 0.26% 0.26% -
HSV(B) 128.82º 0.41% 0.33% -
XYZ 5.03 7.11 4.6 -
YUV 69.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 49 83 54 0.41 0 0.35 0.67 128.82 0.26 0.26
Hex 31 53 36 29 0 23 43 81 1A 1A
Octal 61 123 66 51 0 43 103 201 32 32
Binary 110001 1010011 110110 101001 0 100011 1000011 10000001 11010 11010

Color Harmonies of #315336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315336

Black with #315336

Text Example


Text Example

White with #315336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315336; }

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

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

background-color css

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

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

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

border-color css

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

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

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