Html Css Color HEX #13661A San Felix

📋 copy color: '#13661A'

red 19 ◦ green 102 ◦ blue 26

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

Shades of San Felix #13661A

Tints of San Felix #13661A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 69.39%

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

R = 12.93%
G = 69.39%
B = 17.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#13661A (or 0x13661A) is known color: San Felix. HEX triplet: 13, 66 and 1A. RGB value is (19,102,26). Sum of RGB (Red+Green+Blue) = 19+102+26=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 102 (40.23% from 255 or 69.39% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 102 - color contains mainly: green. Hex color #13661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13661A is #EC99E5. Grayscale: #444444. Windows color (decimal): -15505894 or 1730067. OLE color: 1730067.

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

Color convert

RGB 19 102 26 -
CMYK 0.81 0 0.75 0.6
HSL 125.06º 0.69% 0.24% -
HSV(B) 125.06º 0.81% 0.4% -
XYZ 5.21 9.72 2.58 -
YUV 68.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 19 102 26 0.81 0 0.75 0.6 125.06 0.69 0.24
Hex 13 66 1A 51 0 4B 3C 7D 45 18
Octal 23 146 32 121 0 113 74 175 105 30
Binary 10011 1100110 11010 1010001 0 1001011 111100 1111101 1000101 11000

Color Harmonies of #13661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13661A

Black with #13661A

Text Example


Text Example

White with #13661A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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