Html Css Color HEX #19601B San Felix

📋 copy color: '#19601B'

red 25 ◦ green 96 ◦ blue 27

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

Shades of San Felix #19601B

Tints of San Felix #19601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64.86%

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 16.89%
G = 64.86%
B = 18.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#19601B (or 0x19601B) is known color: San Felix. HEX triplet: 19, 60 and 1B. RGB value is (25,96,27). Sum of RGB (Red+Green+Blue) = 25+96+27=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #19601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19601B is #E69FE4. Grayscale: #434343. Windows color (decimal): -15114213 or 1794073. OLE color: 1794073.

HSL color Cylindrical-coordinate representation of color #19601B: hue angle of 121.69º 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 #19601B is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 96 27 -
CMYK 0.74 0 0.72 0.62
HSL 121.69º 0.59% 0.24% -
HSV(B) 121.69º 0.74% 0.38% -
XYZ 4.78 8.65 2.45 -
YUV 66.91 105.48 98.11 -
System Red Green Blue C M Y K H S L
Decimal 25 96 27 0.74 0 0.72 0.62 121.69 0.59 0.24
Hex 19 60 1B 4A 0 48 3E 7A 3B 18
Octal 31 140 33 112 0 110 76 172 73 30
Binary 11001 1100000 11011 1001010 0 1001000 111110 1111010 111011 11000

Color Harmonies of #19601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19601B

Black with #19601B

Text Example


Text Example

White with #19601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19601B; }

 p { color: rgb(25,96,27); }

 H1.HeaderClassName
 {
   color: #19601B;
 }
 .AnyTagClassName
 {
   color: #19601B;
 }
</style>

background-color css

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

 a { background-color: rgb(25,96,27); }

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

border-color css

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

 span { border-color: rgb(25,96,27); }

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