#256B31

Color #256B31 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #256B31

Tints of San Felix #256B31

Color information

#256B31 (or 0x256B31) is unknown color: approx San Felix. HEX triplet: 25, 6B and 31. RGB value is (37,107,49). Sum of RGB (Red+Green+Blue) = 37+107+49=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #256B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256B31 is #DA94CE. Grayscale: #4F4F4F. Windows color (decimal): -14324943 or 3238693. OLE color: 3238693.

HSL color Cylindrical-coordinate representation of color #256B31: hue angle of 130.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256B31 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB3710749-
CMYK0.6500.540.58
HSL130.29º48.61%28.24%-
HSV(B)130.29º65.42%41.96%-
XYZ6.5811.134.71-
YUV79.46110.8197.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=19.17%
G=55.44%
B=25.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37107490.6500.540.58130.2948.6128.24
Hex256B31410363A82311c
Octal4515361101066722026134
Binary1001011101011110001100000101101101110101000001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256B31; }

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

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

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

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

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

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

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

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