Html Css Color HEX #13691D San Felix

📋 copy color: '#13691D'

red 19 ◦ green 105 ◦ blue 29

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

Shades of San Felix #13691D

Tints of San Felix #13691D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 12.42%
G = 68.63%
B = 18.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#13691D (or 0x13691D) is known color: San Felix. HEX triplet: 13, 69 and 1D. RGB value is (19,105,29). Sum of RGB (Red+Green+Blue) = 19+105+29=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 105 (41.41% from 255 or 68.63% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 105 - color contains mainly: green. Hex color #13691D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13691D is #EC96E2. Grayscale: #464646. Windows color (decimal): -15505123 or 1927443. OLE color: 1927443.

HSL color Cylindrical-coordinate representation of color #13691D: hue angle of 126.98º 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 #13691D is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 105 29 -
CMYK 0.82 0 0.72 0.59
HSL 126.98º 0.69% 0.24% -
HSV(B) 126.98º 0.82% 0.41% -
XYZ 5.54 10.33 2.86 -
YUV 70.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 19 105 29 0.82 0 0.72 0.59 126.98 0.69 0.24
Hex 13 69 1D 52 0 48 3B 7F 45 18
Octal 23 151 35 122 0 110 73 177 105 30
Binary 10011 1101001 11101 1010010 0 1001000 111011 1111111 1000101 11000

Color Harmonies of #13691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13691D

Black with #13691D

Text Example


Text Example

White with #13691D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13691D; }

 p { color: rgb(19,105,29); }

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

background-color css

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

 a { background-color: rgb(19,105,29); }

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

border-color css

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

 span { border-color: rgb(19,105,29); }

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