Html Css Color HEX #19611F San Felix

📋 copy color: '#19611F'

red 25 ◦ green 97 ◦ blue 31

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

Shades of San Felix #19611F

Tints of San Felix #19611F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 63.4%

 BLUE value IS 31 (12.5% from 255) = 20.26%

R = 16.34%
G = 63.4%
B = 20.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#19611F (or 0x19611F) is known color: San Felix. HEX triplet: 19, 61 and 1F. RGB value is (25,97,31). Sum of RGB (Red+Green+Blue) = 25+97+31=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #19611F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19611F is #E69EE0. Grayscale: #444444. Windows color (decimal): -15113953 or 2056473. OLE color: 2056473.

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

Color convert

RGB 25 97 31 -
CMYK 0.74 0 0.68 0.62
HSL 125º 0.59% 0.24% -
HSV(B) 125º 0.74% 0.38% -
XYZ 4.92 8.85 2.75 -
YUV 67.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 25 97 31 0.74 0 0.68 0.62 125 0.59 0.24
Hex 19 61 1F 4A 0 44 3E 7D 3B 18
Octal 31 141 37 112 0 104 76 175 73 30
Binary 11001 1100001 11111 1001010 0 1000100 111110 1111101 111011 11000

Color Harmonies of #19611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19611F

Black with #19611F

Text Example


Text Example

White with #19611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19611F; }

 p { color: rgb(25,97,31); }

 H1.HeaderClassName
 {
   color: #19611F;
 }
 .AnyTagClassName
 {
   color: #19611F;
 }
</style>

background-color css

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

 a { background-color: rgb(25,97,31); }

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

border-color css

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

 span { border-color: rgb(25,97,31); }

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