#246020

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

Shades of San Felix #246020

Tints of San Felix #246020

Color information

#246020 (or 0x246020) is unknown color: approx San Felix. HEX triplet: 24, 60 and 20. RGB value is (36,96,32). Sum of RGB (Red+Green+Blue) = 36+96+32=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #246020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246020 is #DB9FDF. Grayscale: #464646. Windows color (decimal): -14393312 or 2121764. OLE color: 2121764.

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

Color convert

RGB369632-
CMYK0.6200.670.62
HSL116.25º50%25.1%-
HSV(B)116.25º66.67%37.65%-
XYZ5.178.852.8-
YUV70.76106.12103.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 96 (37.89% from 255) = 58.54%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=21.95%
G=58.54%
B=19.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696320.6200.670.62116.255025.1
Hex2460203E0433E743219
Octal4414040760103761646231
Binary100100110000010000011111001000011111110111010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246020; }

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

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

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

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

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

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

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

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