Html Css Color HEX #19661C San Felix

📋 copy color: '#19661C'

red 25 ◦ green 102 ◦ blue 28

#19661C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #19661C

Tints of San Felix #19661C

RGB

 RED value IS 25 (10.16% from 255) = 16.13%

 GREEN value IS 102 (40.23% from 255) = 65.81%

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 16.13%
G = 65.81%
B = 18.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#19661C (or 0x19661C) is known color: San Felix. HEX triplet: 19, 66 and 1C. RGB value is (25,102,28). Sum of RGB (Red+Green+Blue) = 25+102+28=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #19661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19661C is #E699E3. Grayscale: #464646. Windows color (decimal): -15112676 or 1861145. OLE color: 1861145.

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

Color convert

RGB 25 102 28 -
CMYK 0.75 0 0.73 0.6
HSL 122.34º 0.61% 0.25% -
HSV(B) 122.34º 0.75% 0.4% -
XYZ 5.36 9.79 2.71 -
YUV 70.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 25 102 28 0.75 0 0.73 0.6 122.34 0.61 0.25
Hex 19 66 1C 4B 0 49 3C 7A 3D 19
Octal 31 146 34 113 0 111 74 172 75 31
Binary 11001 1100110 11100 1001011 0 1001001 111100 1111010 111101 11001

Color Harmonies of #19661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19661C

Black with #19661C

Text Example


Text Example

White with #19661C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19661C; }

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

 H1.HeaderClassName
 {
   color: #19661C;
 }
 .AnyTagClassName
 {
   color: #19661C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #19661C;
 }
 .BgClassName
 {
   background-color: #19661C;
 }
</style>

border-color css

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

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

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