Html Css Color HEX #126519 San Felix

📋 copy color: '#126519'

red 18 ◦ green 101 ◦ blue 25

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

Shades of San Felix #126519

Tints of San Felix #126519

RGB

 RED value IS 18 (7.42% from 255) = 12.5%

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

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 12.5%
G = 70.14%
B = 17.36%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#126519 (or 0x126519) is known color: San Felix. HEX triplet: 12, 65 and 19. RGB value is (18,101,25). Sum of RGB (Red+Green+Blue) = 18+101+25=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 101 (39.84% from 255 or 70.14% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 101 - color contains mainly: green. Hex color #126519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126519 is #ED9AE6. Grayscale: #434343. Windows color (decimal): -15571687 or 1664274. OLE color: 1664274.

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

Color convert

RGB 18 101 25 -
CMYK 0.82 0 0.75 0.60
HSL 125.06º 0.7% 0.23% -
HSV(B) 125.06º 0.82% 0.4% -
XYZ 5.08 9.51 2.49 -
YUV 67.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 18 101 25 0.82 0 0.75 0.60 125.06 0.7 0.23
Hex 12 65 19 52 0 4B 3C 7D 46 17
Octal 22 145 31 122 0 113 74 175 106 27
Binary 10010 1100101 11001 1010010 0 1001011 111100 1111101 1000110 10111

Color Harmonies of #126519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126519

Black with #126519

Text Example


Text Example

White with #126519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126519; }

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

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

background-color css

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

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

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

border-color css

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

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

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