#256726

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

Shades of San Felix #256726

Tints of San Felix #256726

Color information

#256726 (or 0x256726) is unknown color: approx San Felix. HEX triplet: 25, 67 and 26. RGB value is (37,103,38). Sum of RGB (Red+Green+Blue) = 37+103+38=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #256726 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256726 is #DA98D9. Grayscale: #4C4C4C. Windows color (decimal): -14325978 or 2516773. OLE color: 2516773.

HSL color Cylindrical-coordinate representation of color #256726: hue angle of 120.91º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256726 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB3710338-
CMYK0.6400.630.60
HSL120.91º47.14%27.45%-
HSV(B)120.91º64.08%40.39%-
XYZ5.9610.233.49-
YUV75.86106.63100.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 103 (40.62% from 255) = 57.87%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=20.79%
G=57.87%
B=21.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37103380.6400.630.60120.9147.1427.45
Hex2567264003F3C792f1b
Octal4514746100077741715733
Binary100101110011110011010000000111111111100111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256726; }

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

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

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

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

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

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

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

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