#19641E

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

Shades of San Felix #19641E

Tints of San Felix #19641E

Color information

#19641E (or 0x19641E) is unknown color: approx San Felix. HEX triplet: 19, 64 and 1E. RGB value is (25,100,30). Sum of RGB (Red+Green+Blue) = 25+100+30=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 100 (39.45% from 255 or 64.52% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 100 - color contains mainly: green. Hex color #19641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19641E is #E69BE1. Grayscale: #454545. Windows color (decimal): -15113186 or 1991705. OLE color: 1991705.

HSL color Cylindrical-coordinate representation of color #19641E: hue angle of 124º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19641E is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB2510030-
CMYK0.7500.700.61
HSL124º60%24.51%-
HSV(B)124º75%39.22%-
XYZ5.199.412.77-
YUV69.6105.6596.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 100 (39.45% from 255) = 64.52%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=16.13%
G=64.52%
B=19.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25100300.7500.700.611246024.51
Hex19641E4B0463D7c3c19
Octal31144361130106751747431
Binary11001110010011110100101101000110111101111110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19641E; }

 p { color: rgb(25,100,30); }

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

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

 a { background-color: rgb(25,100,30); }

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

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

 span { border-color: rgb(25,100,30); }

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