#256926

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

Shades of San Felix #256926

Tints of San Felix #256926

Color information

#256926 (or 0x256926) is unknown color: approx San Felix. HEX triplet: 25, 69 and 26. RGB value is (37,105,38). Sum of RGB (Red+Green+Blue) = 37+105+38=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 105 (41.41% from 255 or 58.33% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 105 - color contains mainly: green. Hex color #256926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256926 is #DA96D9. Grayscale: #4D4D4D. Windows color (decimal): -14325466 or 2517285. OLE color: 2517285.

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

Color convert

RGB3710538-
CMYK0.6500.640.59
HSL120.88º47.89%27.84%-
HSV(B)120.88º64.76%41.18%-
XYZ6.1610.643.56-
YUV77.03105.9799.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 105 (41.41% from 255) = 58.33%
BLUE value IS 38 (15.23% from 255) = 21.11%
R=20.56%
G=58.33%
B=21.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105380.6500.640.59120.8847.8927.84
Hex256926410403B79301c
Octal45151461010100731716034
Binary1001011101001100110100000101000000111011111100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256926; }

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

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

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

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

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

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

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

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