Html Css Color HEX #315534 Parsley

📋 copy color: '#315534'

red 49 ◦ green 85 ◦ blue 52

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

Shades of Parsley #315534

Tints of Parsley #315534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.7%

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

R = 26.34%
G = 45.7%
B = 27.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#315534 (or 0x315534) is known color: Parsley. HEX triplet: 31, 55 and 34. RGB value is (49,85,52). Sum of RGB (Red+Green+Blue) = 49+85+52=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #315534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315534 is #CEAACB. Grayscale: #464646. Windows color (decimal): -13544140 or 3429681. OLE color: 3429681.

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

Color convert

RGB 49 85 52 -
CMYK 0.42 0 0.39 0.67
HSL 125º 0.27% 0.26% -
HSV(B) 125º 0.42% 0.33% -
XYZ 5.13 7.4 4.41 -
YUV 70.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 49 85 52 0.42 0 0.39 0.67 125 0.27 0.26
Hex 31 55 34 2A 0 27 43 7D 1B 1A
Octal 61 125 64 52 0 47 103 175 33 32
Binary 110001 1010101 110100 101010 0 100111 1000011 1111101 11011 11010

Color Harmonies of #315534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315534

Black with #315534

Text Example


Text Example

White with #315534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315534; }

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

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

background-color css

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

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

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

border-color css

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

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

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