Html Css Color HEX #13661B San Felix

📋 copy color: '#13661B'

red 19 ◦ green 102 ◦ blue 27

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

Shades of San Felix #13661B

Tints of San Felix #13661B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 12.84%
G = 68.92%
B = 18.24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#13661B (or 0x13661B) is known color: San Felix. HEX triplet: 13, 66 and 1B. RGB value is (19,102,27). Sum of RGB (Red+Green+Blue) = 19+102+27=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 102 (40.23% from 255 or 68.92% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 102 - color contains mainly: green. Hex color #13661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13661B is #EC99E4. Grayscale: #444444. Windows color (decimal): -15505893 or 1795603. OLE color: 1795603.

HSL color Cylindrical-coordinate representation of color #13661B: hue angle of 125.78º 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 #13661B is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 27 -
CMYK 0.81 0 0.74 0.6
HSL 125.78º 0.69% 0.24% -
HSV(B) 125.78º 0.81% 0.4% -
XYZ 5.22 9.72 2.64 -
YUV 68.63 104.5 92.6 -
System Red Green Blue C M Y K H S L
Decimal 19 102 27 0.81 0 0.74 0.6 125.78 0.69 0.24
Hex 13 66 1B 51 0 4A 3C 7E 45 18
Octal 23 146 33 121 0 112 74 176 105 30
Binary 10011 1100110 11011 1010001 0 1001010 111100 1111110 1000101 11000

Color Harmonies of #13661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13661B

Black with #13661B

Text Example


Text Example

White with #13661B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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