Html Css Color HEX #315E2E Parsley

📋 copy color: '#315E2E'

red 49 ◦ green 94 ◦ blue 46

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

Shades of Parsley #315E2E

Tints of Parsley #315E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 49.74%

 BLUE value IS 46 (18.36% from 255) = 24.34%

R = 25.93%
G = 49.74%
B = 24.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#315E2E (or 0x315E2E) is known color: Parsley. HEX triplet: 31, 5E and 2E. RGB value is (49,94,46). Sum of RGB (Red+Green+Blue) = 49+94+46=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 94 (37.11% from 255 or 49.74% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 94 - color contains mainly: green. Hex color #315E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315E2E is #CEA1D1. Grayscale: #4B4B4B. Windows color (decimal): -13541842 or 3038769. OLE color: 3038769.

HSL color Cylindrical-coordinate representation of color #315E2E: hue angle of 116.25º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315E2E is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 94 46 -
CMYK 0.48 0 0.51 0.63
HSL 116.25º 0.34% 0.27% -
HSV(B) 116.25º 0.51% 0.37% -
XYZ 5.76 8.86 3.99 -
YUV 75.07 111.59 109.4 -
System Red Green Blue C M Y K H S L
Decimal 49 94 46 0.48 0 0.51 0.63 116.25 0.34 0.27
Hex 31 5E 2E 30 0 33 3F 74 22 1B
Octal 61 136 56 60 0 63 77 164 42 33
Binary 110001 1011110 101110 110000 0 110011 111111 1110100 100010 11011

Color Harmonies of #315E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E2E

Black with #315E2E

Text Example


Text Example

White with #315E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,94,46); }

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

background-color css

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

 a { background-color: rgb(49,94,46); }

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

border-color css

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

 span { border-color: rgb(49,94,46); }

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