#256326

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

Shades of San Felix #256326

Tints of San Felix #256326

Color information

#256326 (or 0x256326) is unknown color: approx San Felix. HEX triplet: 25, 63 and 26. RGB value is (37,99,38). Sum of RGB (Red+Green+Blue) = 37+99+38=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #256326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256326 is #DA9CD9. Grayscale: #494949. Windows color (decimal): -14327002 or 2515749. OLE color: 2515749.

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

Color convert

RGB379938-
CMYK0.6300.620.61
HSL120.97º45.59%26.67%-
HSV(B)120.97º62.63%38.82%-
XYZ5.579.463.37-
YUV73.51107.96101.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 99 (39.06% from 255) = 56.90%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=21.26%
G=56.90%
B=21.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3799380.6300.620.61120.9745.5926.67
Hex2563263F03E3D792e1b
Octal451434677076751715633
Binary10010111000111001101111110111110111101111100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256326; }

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

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

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

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

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

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

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

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