#256628

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

Shades of San Felix #256628

Tints of San Felix #256628

Color information

#256628 (or 0x256628) is unknown color: approx San Felix. HEX triplet: 25, 66 and 28. RGB value is (37,102,40). Sum of RGB (Red+Green+Blue) = 37+102+40=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #256628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256628 is #DA99D7. Grayscale: #4B4B4B. Windows color (decimal): -14326232 or 2647589. OLE color: 2647589.

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

Color convert

RGB3710240-
CMYK0.6400.610.6
HSL122.77º46.76%27.25%-
HSV(B)122.77º63.73%40%-
XYZ5.910.053.64-
YUV75.5107.97100.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 102 (40.23% from 255) = 56.98%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=20.67%
G=56.98%
B=22.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37102400.6400.610.6122.7746.7627.25
Hex2566284003D3C7b2f1b
Octal4514650100075741735733
Binary100101110011010100010000000111101111100111101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256628; }

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

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

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

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

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

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

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

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