#256828

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

Shades of San Felix #256828

Tints of San Felix #256828

Color information

#256828 (or 0x256828) is unknown color: approx San Felix. HEX triplet: 25, 68 and 28. RGB value is (37,104,40). Sum of RGB (Red+Green+Blue) = 37+104+40=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #256828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256828 is #DA97D7. Grayscale: #4C4C4C. Windows color (decimal): -14325720 or 2648101. OLE color: 2648101.

HSL color Cylindrical-coordinate representation of color #256828: hue angle of 122.69º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256828 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB3710440-
CMYK0.6400.620.59
HSL122.69º47.52%27.65%-
HSV(B)122.69º64.42%40.78%-
XYZ6.110.453.7-
YUV76.67107.399.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=20.44%
G=57.46%
B=22.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37104400.6400.620.59122.6947.5227.65
Hex2568284003E3B7b301c
Octal4515050100076731736034
Binary100101110100010100010000000111110111011111101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256828; }

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

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

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

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

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

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

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

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