#256131

Color #256131 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #256131

Tints of Parsley #256131

Color information

#256131 (or 0x256131) is unknown color: approx Parsley. HEX triplet: 25, 61 and 31. RGB value is (37,97,49). Sum of RGB (Red+Green+Blue) = 37+97+49=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #256131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256131 is #DA9ECE. Grayscale: #494949. Windows color (decimal): -14327503 or 3236133. OLE color: 3236133.

HSL color Cylindrical-coordinate representation of color #256131: hue angle of 132º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #256131 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB379749-
CMYK0.6200.490.62
HSL132º44.78%26.27%-
HSV(B)132º61.86%38.04%-
XYZ5.599.164.38-
YUV73.59114.12101.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 97 (38.28% from 255) = 53.01%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=20.22%
G=53.01%
B=26.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3797490.6200.490.6213244.7826.27
Hex2561313E0313E842d1a
Octal451416176061762045532
Binary100101110000111000111111001100011111101000010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256131; }

 p { color: rgb(37,97,49); }

 H1.HeaderClassName
 {
   color: #256131;
 }
 .AnyTagClassName
 {
   color: #256131;
 }
</style>
background-color css

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

 a { background-color: rgb(37,97,49); }

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

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

 span { border-color: rgb(37,97,49); }

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