Html Css Color HEX #315334 Parsley

📋 copy color: '#315334'

red 49 ◦ green 83 ◦ blue 52

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

Shades of Parsley #315334

Tints of Parsley #315334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.26%

R = 26.63%
G = 45.11%
B = 28.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#315334 (or 0x315334) is known color: Parsley. HEX triplet: 31, 53 and 34. RGB value is (49,83,52). Sum of RGB (Red+Green+Blue) = 49+83+52=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #315334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315334 is #CEACCB. Grayscale: #454545. Windows color (decimal): -13544652 or 3429169. OLE color: 3429169.

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

Color convert

RGB 49 83 52 -
CMYK 0.41 0 0.37 0.67
HSL 125.29º 0.26% 0.26% -
HSV(B) 125.29º 0.41% 0.33% -
XYZ 4.98 7.09 4.35 -
YUV 69.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 49 83 52 0.41 0 0.37 0.67 125.29 0.26 0.26
Hex 31 53 34 29 0 25 43 7D 1A 1A
Octal 61 123 64 51 0 45 103 175 32 32
Binary 110001 1010011 110100 101001 0 100101 1000011 1111101 11010 11010

Color Harmonies of #315334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315334

Black with #315334

Text Example


Text Example

White with #315334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315334; }

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

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

background-color css

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

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

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

border-color css

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

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

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