Html Css Color HEX #315C36 Parsley

📋 copy color: '#315C36'

red 49 ◦ green 92 ◦ blue 54

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

Shades of Parsley #315C36

Tints of Parsley #315C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 47.18%

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

R = 25.13%
G = 47.18%
B = 27.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#315C36 (or 0x315C36) is known color: Parsley. HEX triplet: 31, 5C and 36. RGB value is (49,92,54). Sum of RGB (Red+Green+Blue) = 49+92+54=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #315C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C36 is #CEA3C9. Grayscale: #4A4A4A. Windows color (decimal): -13542346 or 3562545. OLE color: 3562545.

HSL color Cylindrical-coordinate representation of color #315C36: hue angle of 126.98º degrees, saturation: 0.3, 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 #315C36 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 92 54 -
CMYK 0.47 0 0.41 0.64
HSL 126.98º 0.3% 0.28% -
HSV(B) 126.98º 0.47% 0.36% -
XYZ 5.76 8.57 4.84 -
YUV 74.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 49 92 54 0.47 0 0.41 0.64 126.98 0.3 0.28
Hex 31 5C 36 2F 0 29 40 7F 1E 1C
Octal 61 134 66 57 0 51 100 177 36 34
Binary 110001 1011100 110110 101111 0 101001 1000000 1111111 11110 11100

Color Harmonies of #315C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C36

Black with #315C36

Text Example


Text Example

White with #315C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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