#256626

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

Shades of San Felix #256626

Tints of San Felix #256626

Color information

#256626 (or 0x256626) is unknown color: approx San Felix. HEX triplet: 25, 66 and 26. RGB value is (37,102,38). Sum of RGB (Red+Green+Blue) = 37+102+38=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #256626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256626 is #DA99D9. Grayscale: #4B4B4B. Windows color (decimal): -14326234 or 2516517. OLE color: 2516517.

HSL color Cylindrical-coordinate representation of color #256626: hue angle of 120.92º 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 #256626 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB3710238-
CMYK0.6400.630.6
HSL120.92º46.76%27.25%-
HSV(B)120.92º63.73%40%-
XYZ5.8610.043.46-
YUV75.27106.97100.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 102 (40.23% from 255) = 57.63%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=20.90%
G=57.63%
B=21.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37102380.6400.630.6120.9246.7627.25
Hex2566264003F3C792f1b
Octal4514646100077741715733
Binary100101110011010011010000000111111111100111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256626; }

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

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

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

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

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

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

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

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