#246026

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

Shades of San Felix #246026

Tints of San Felix #246026

Color information

#246026 (or 0x246026) is unknown color: approx San Felix. HEX triplet: 24, 60 and 26. RGB value is (36,96,38). Sum of RGB (Red+Green+Blue) = 36+96+38=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #246026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246026 is #DB9FD9. Grayscale: #474747. Windows color (decimal): -14393306 or 2514980. OLE color: 2514980.

HSL color Cylindrical-coordinate representation of color #246026: hue angle of 122º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #246026 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB369638-
CMYK0.6200.600.62
HSL122º45.45%25.88%-
HSV(B)122º62.5%37.65%-
XYZ5.268.883.27-
YUV71.45109.12102.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.18%
GREEN value IS 96 (37.89% from 255) = 56.47%
BLUE value IS 38 (15.23% from 255) = 22.35%
R=21.18%
G=56.47%
B=22.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696380.6200.600.6212245.4525.88
Hex2460263E03C3E7a2d1a
Octal441404676074761725532
Binary10010011000001001101111100111100111110111101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246026; }

 p { color: rgb(36,96,38); }

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

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

 a { background-color: rgb(36,96,38); }

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

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

 span { border-color: rgb(36,96,38); }

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