Html Css Color HEX #315D34 Parsley

📋 copy color: '#315D34'

red 49 ◦ green 93 ◦ blue 52

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

Shades of Parsley #315D34

Tints of Parsley #315D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.94%

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

R = 25.26%
G = 47.94%
B = 26.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#315D34 (or 0x315D34) is known color: Parsley. HEX triplet: 31, 5D and 34. RGB value is (49,93,52). Sum of RGB (Red+Green+Blue) = 49+93+52=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #315D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D34 is #CEA2CB. Grayscale: #4B4B4B. Windows color (decimal): -13542092 or 3431729. OLE color: 3431729.

HSL color Cylindrical-coordinate representation of color #315D34: hue angle of 124.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D34 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 52 -
CMYK 0.47 0 0.44 0.64
HSL 124.09º 0.31% 0.28% -
HSV(B) 124.09º 0.47% 0.36% -
XYZ 5.8 8.73 4.63 -
YUV 75.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 49 93 52 0.47 0 0.44 0.64 124.09 0.31 0.28
Hex 31 5D 34 2F 0 2C 40 7C 1F 1C
Octal 61 135 64 57 0 54 100 174 37 34
Binary 110001 1011101 110100 101111 0 101100 1000000 1111100 11111 11100

Color Harmonies of #315D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D34

Black with #315D34

Text Example


Text Example

White with #315D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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