#246027

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

Shades of San Felix #246027

Tints of San Felix #246027

Color information

#246027 (or 0x246027) is unknown color: approx San Felix. HEX triplet: 24, 60 and 27. RGB value is (36,96,39). Sum of RGB (Red+Green+Blue) = 36+96+39=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #246027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246027 is #DB9FD8. Grayscale: #474747. Windows color (decimal): -14393305 or 2580516. OLE color: 2580516.

HSL color Cylindrical-coordinate representation of color #246027: hue angle of 123º 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 #246027 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB369639-
CMYK0.6200.590.62
HSL123º45.45%25.88%-
HSV(B)123º62.5%37.65%-
XYZ5.288.893.36-
YUV71.56109.62102.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.05%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=21.05%
G=56.14%
B=22.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696390.6200.590.6212345.4525.88
Hex2460273E03B3E7b2d1a
Octal441404776073761735532
Binary10010011000001001111111100111011111110111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246027; }

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

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

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

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

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

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

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

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