#256126

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

Shades of San Felix #256126

Tints of San Felix #256126

Color information

#256126 (or 0x256126) is unknown color: approx San Felix. HEX triplet: 25, 61 and 26. RGB value is (37,97,38). Sum of RGB (Red+Green+Blue) = 37+97+38=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #256126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256126 is #DA9ED9. Grayscale: #484848. Windows color (decimal): -14327514 or 2515237. OLE color: 2515237.

HSL color Cylindrical-coordinate representation of color #256126: hue angle of 121º 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 #256126 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB379738-
CMYK0.6200.610.62
HSL121º44.78%26.27%-
HSV(B)121º61.86%38.04%-
XYZ5.399.083.3-
YUV72.33108.62102.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=21.51%
G=56.40%
B=22.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3797380.6200.610.6212144.7826.27
Hex2561263E03D3E792d1a
Octal451414676075761715532
Binary10010111000011001101111100111101111110111100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256126; }

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

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

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

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

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

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

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

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