Html Css Color HEX #315133 Parsley

📋 copy color: '#315133'

red 49 ◦ green 81 ◦ blue 51

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

Shades of Parsley #315133

Tints of Parsley #315133

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.75%

 BLUE value IS 51 (20.31% from 255) = 28.18%

R = 27.07%
G = 44.75%
B = 28.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#315133 (or 0x315133) is known color: Parsley. HEX triplet: 31, 51 and 33. RGB value is (49,81,51). Sum of RGB (Red+Green+Blue) = 49+81+51=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #315133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315133 is #CEAECC. Grayscale: #444444. Windows color (decimal): -13545165 or 3363121. OLE color: 3363121.

HSL color Cylindrical-coordinate representation of color #315133: hue angle of 123.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315133 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 51 -
CMYK 0.40 0 0.37 0.68
HSL 123.75º 0.25% 0.25% -
HSV(B) 123.75º 0.4% 0.32% -
XYZ 4.81 6.78 4.19 -
YUV 68.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 49 81 51 0.40 0 0.37 0.68 123.75 0.25 0.25
Hex 31 51 33 28 0 25 44 7C 19 19
Octal 61 121 63 50 0 45 104 174 31 31
Binary 110001 1010001 110011 101000 0 100101 1000100 1111100 11001 11001

Color Harmonies of #315133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315133

Black with #315133

Text Example


Text Example

White with #315133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315133; }

 p { color: rgb(49,81,51); }

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

background-color css

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

 a { background-color: rgb(49,81,51); }

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

border-color css

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

 span { border-color: rgb(49,81,51); }

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