Html Css Color HEX #19691F San Felix

📋 copy color: '#19691F'

red 25 ◦ green 105 ◦ blue 31

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

Shades of San Felix #19691F

Tints of San Felix #19691F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 65.22%

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

R = 15.53%
G = 65.22%
B = 19.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#19691F (or 0x19691F) is known color: San Felix. HEX triplet: 19, 69 and 1F. RGB value is (25,105,31). Sum of RGB (Red+Green+Blue) = 25+105+31=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 105 (41.41% from 255 or 65.22% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 105 - color contains mainly: green. Hex color #19691F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19691F is #E696E0. Grayscale: #484848. Windows color (decimal): -15111905 or 2058521. OLE color: 2058521.

HSL color Cylindrical-coordinate representation of color #19691F: hue angle of 124.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19691F is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 105 31 -
CMYK 0.76 0 0.70 0.59
HSL 124.5º 0.62% 0.25% -
HSV(B) 124.5º 0.76% 0.41% -
XYZ 5.7 10.41 3.01 -
YUV 72.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 25 105 31 0.76 0 0.70 0.59 124.5 0.62 0.25
Hex 19 69 1F 4C 0 46 3B 7C 3E 19
Octal 31 151 37 114 0 106 73 174 76 31
Binary 11001 1101001 11111 1001100 0 1000110 111011 1111100 111110 11001

Color Harmonies of #19691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19691F

Black with #19691F

Text Example


Text Example

White with #19691F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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