Html Css Color HEX #13681D San Felix

📋 copy color: '#13681D'

red 19 ◦ green 104 ◦ blue 29

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

Shades of San Felix #13681D

Tints of San Felix #13681D

RGB

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

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

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

R = 12.5%
G = 68.42%
B = 19.08%

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

#13681D (or 0x13681D) is known color: San Felix. HEX triplet: 13, 68 and 1D. RGB value is (19,104,29). Sum of RGB (Red+Green+Blue) = 19+104+29=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #13681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13681D is #EC97E2. Grayscale: #464646. Windows color (decimal): -15505379 or 1927187. OLE color: 1927187.

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

Color convert

RGB 19 104 29 -
CMYK 0.82 0 0.72 0.59
HSL 127.06º 0.69% 0.24% -
HSV(B) 127.06º 0.82% 0.41% -
XYZ 5.44 10.13 2.83 -
YUV 70.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 19 104 29 0.82 0 0.72 0.59 127.06 0.69 0.24
Hex 13 68 1D 52 0 48 3B 7F 45 18
Octal 23 150 35 122 0 110 73 177 105 30
Binary 10011 1101000 11101 1010010 0 1001000 111011 1111111 1000101 11000

Color Harmonies of #13681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13681D

Black with #13681D

Text Example


Text Example

White with #13681D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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