Html Css Color HEX #196515 San Felix

📋 copy color: '#196515'

red 25 ◦ green 101 ◦ blue 21

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

Shades of San Felix #196515

Tints of San Felix #196515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 68.71%

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 17.01%
G = 68.71%
B = 14.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#196515 (or 0x196515) is known color: San Felix. HEX triplet: 19, 65 and 15. RGB value is (25,101,21). Sum of RGB (Red+Green+Blue) = 25+101+21=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #196515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196515 is #E69AEA. Grayscale: #454545. Windows color (decimal): -15112939 or 1402137. OLE color: 1402137.

HSL color Cylindrical-coordinate representation of color #196515: hue angle of 117º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196515 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 101 21 -
CMYK 0.75 0 0.79 0.60
HSL 117º 0.66% 0.24% -
HSV(B) 117º 0.79% 0.4% -
XYZ 5.19 9.57 2.28 -
YUV 69.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 25 101 21 0.75 0 0.79 0.60 117 0.66 0.24
Hex 19 65 15 4B 0 4F 3C 75 42 18
Octal 31 145 25 113 0 117 74 165 102 30
Binary 11001 1100101 10101 1001011 0 1001111 111100 1110101 1000010 11000

Color Harmonies of #196515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196515

Black with #196515

Text Example


Text Example

White with #196515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196515; }

 p { color: rgb(25,101,21); }

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

background-color css

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

 a { background-color: rgb(25,101,21); }

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

border-color css

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

 span { border-color: rgb(25,101,21); }

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