#196618

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

Shades of San Felix #196618

Tints of San Felix #196618

Color information

#196618 (or 0x196618) is unknown color: approx San Felix. HEX triplet: 19, 66 and 18. RGB value is (25,102,24). Sum of RGB (Red+Green+Blue) = 25+102+24=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #196618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196618 is #E699E7. Grayscale: #464646. Windows color (decimal): -15112680 or 1599001. OLE color: 1599001.

HSL color Cylindrical-coordinate representation of color #196618: hue angle of 119.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196618 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB2510224-
CMYK0.7500.760.6
HSL119.23º61.9%24.71%-
HSV(B)119.23º76.47%40%-
XYZ5.329.782.47-
YUV70.08101.9995.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 102 (40.23% from 255) = 67.55%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=16.56%
G=67.55%
B=15.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25102240.7500.760.6119.2361.924.71
Hex1966184B04C3C773e19
Octal31146301130114741677631
Binary11001110011011000100101101001100111100111011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196618; }

 p { color: rgb(25,102,24); }

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

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

 a { background-color: rgb(25,102,24); }

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

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

 span { border-color: rgb(25,102,24); }

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