#256524

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

Shades of San Felix #256524

Tints of San Felix #256524

Color information

#256524 (or 0x256524) is unknown color: approx San Felix. HEX triplet: 25, 65 and 24. RGB value is (37,101,36). Sum of RGB (Red+Green+Blue) = 37+101+36=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #256524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256524 is #DA9ADB. Grayscale: #4A4A4A. Windows color (decimal): -14326492 or 2385189. OLE color: 2385189.

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

Color convert

RGB3710136-
CMYK0.6300.640.60
HSL119.08º47.45%26.86%-
HSV(B)119.08º64.36%39.61%-
XYZ5.749.833.26-
YUV74.45106.3101.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 101 (39.84% from 255) = 58.05%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=21.26%
G=58.05%
B=20.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37101360.6300.640.60119.0847.4526.86
Hex2565243F0403C772f1b
Octal4514544770100741675733
Binary100101110010110010011111101000000111100111011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256524; }

 p { color: rgb(37,101,36); }

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

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

 a { background-color: rgb(37,101,36); }

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

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

 span { border-color: rgb(37,101,36); }

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