Html Css Color HEX #315430 Parsley

📋 copy color: '#315430'

red 49 ◦ green 84 ◦ blue 48

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

Shades of Parsley #315430

Tints of Parsley #315430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 27.07%
G = 46.41%
B = 26.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#315430 (or 0x315430) is known color: Parsley. HEX triplet: 31, 54 and 30. RGB value is (49,84,48). Sum of RGB (Red+Green+Blue) = 49+84+48=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #315430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315430 is #CEABCF. Grayscale: #454545. Windows color (decimal): -13544400 or 3167281. OLE color: 3167281.

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

Color convert

RGB 49 84 48 -
CMYK 0.42 0 0.43 0.67
HSL 118.33º 0.27% 0.26% -
HSV(B) 118.33º 0.43% 0.33% -
XYZ 4.97 7.21 3.93 -
YUV 69.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 49 84 48 0.42 0 0.43 0.67 118.33 0.27 0.26
Hex 31 54 30 2A 0 2B 43 76 1B 1A
Octal 61 124 60 52 0 53 103 166 33 32
Binary 110001 1010100 110000 101010 0 101011 1000011 1110110 11011 11010

Color Harmonies of #315430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315430

Black with #315430

Text Example


Text Example

White with #315430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315430; }

 p { color: rgb(49,84,48); }

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

background-color css

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

 a { background-color: rgb(49,84,48); }

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

border-color css

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

 span { border-color: rgb(49,84,48); }

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