#19621A

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

Shades of San Felix #19621A

Tints of San Felix #19621A

Color information

#19621A (or 0x19621A) is unknown color: approx San Felix. HEX triplet: 19, 62 and 1A. RGB value is (25,98,26). Sum of RGB (Red+Green+Blue) = 25+98+26=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #19621A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19621A is #E69DE5. Grayscale: #444444. Windows color (decimal): -15113702 or 1729049. OLE color: 1729049.

HSL color Cylindrical-coordinate representation of color #19621A: hue angle of 120.82º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19621A is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB259826-
CMYK0.7400.730.62
HSL120.82º59.35%24.12%-
HSV(B)120.82º74.49%38.43%-
XYZ4.969.022.46-
YUV67.96104.3297.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 98 (38.67% from 255) = 65.77%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=16.78%
G=65.77%
B=17.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598260.7400.730.62120.8259.3524.12
Hex19621A4A0493E793b18
Octal31142321120111761717330
Binary11001110001011010100101001001001111110111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19621A; }

 p { color: rgb(25,98,26); }

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

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

 a { background-color: rgb(25,98,26); }

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

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

 span { border-color: rgb(25,98,26); }

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