Html Css Color HEX #13681A San Felix

📋 copy color: '#13681A'

red 19 ◦ green 104 ◦ blue 26

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

Shades of San Felix #13681A

Tints of San Felix #13681A

RGB

 RED value IS 19 (7.81% from 255) = 12.75%

 GREEN value IS 104 (41.02% from 255) = 69.8%

 BLUE value IS 26 (10.55% from 255) = 17.45%

R = 12.75%
G = 69.8%
B = 17.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#13681A (or 0x13681A) is known color: San Felix. HEX triplet: 13, 68 and 1A. RGB value is (19,104,26). Sum of RGB (Red+Green+Blue) = 19+104+26=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #13681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13681A is #EC97E5. Grayscale: #454545. Windows color (decimal): -15505382 or 1730579. OLE color: 1730579.

HSL color Cylindrical-coordinate representation of color #13681A: hue angle of 124.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13681A is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 26 -
CMYK 0.82 0 0.75 0.59
HSL 124.94º 0.69% 0.24% -
HSV(B) 124.94º 0.82% 0.41% -
XYZ 5.41 10.11 2.64 -
YUV 69.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 19 104 26 0.82 0 0.75 0.59 124.94 0.69 0.24
Hex 13 68 1A 52 0 4B 3B 7D 45 18
Octal 23 150 32 122 0 113 73 175 105 30
Binary 10011 1101000 11010 1010010 0 1001011 111011 1111101 1000101 11000

Color Harmonies of #13681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13681A

Black with #13681A

Text Example


Text Example

White with #13681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13681A; }

 p { color: rgb(19,104,26); }

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

background-color css

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

 a { background-color: rgb(19,104,26); }

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

border-color css

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

 span { border-color: rgb(19,104,26); }

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