#256419

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

Shades of San Felix #256419

Tints of San Felix #256419

Color information

#256419 (or 0x256419) is unknown color: approx San Felix. HEX triplet: 25, 64 and 19. RGB value is (37,100,25). Sum of RGB (Red+Green+Blue) = 37+100+25=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 100 (39.45% from 255 or 61.73% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 100 - color contains mainly: green. Hex color #256419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256419 is #DA9BE6. Grayscale: #484848. Windows color (decimal): -14326759 or 1664037. OLE color: 1664037.

HSL color Cylindrical-coordinate representation of color #256419: hue angle of 110.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256419 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB3710025-
CMYK0.6300.750.61
HSL110.4º60%24.51%-
HSV(B)110.4º75%39.22%-
XYZ5.59.582.48-
YUV72.61101.13102.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 100 (39.45% from 255) = 61.73%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=22.84%
G=61.73%
B=15.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37100250.6300.750.61110.46024.51
Hex2564193F04B3D6e3c19
Octal4514431770113751567431
Binary10010111001001100111111101001011111101110111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256419; }

 p { color: rgb(37,100,25); }

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

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

 a { background-color: rgb(37,100,25); }

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

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

 span { border-color: rgb(37,100,25); }

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