Html Css Color HEX #136B1A San Felix

📋 copy color: '#136B1A'

red 19 ◦ green 107 ◦ blue 26

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

Shades of San Felix #136B1A

Tints of San Felix #136B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 70.39%

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

R = 12.5%
G = 70.39%
B = 17.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#136B1A (or 0x136B1A) is known color: San Felix. HEX triplet: 13, 6B and 1A. RGB value is (19,107,26). Sum of RGB (Red+Green+Blue) = 19+107+26=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 107 (42.19% from 255 or 70.39% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 107 - color contains mainly: green. Hex color #136B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B1A is #EC94E5. Grayscale: #474747. Windows color (decimal): -15504614 or 1731347. OLE color: 1731347.

HSL color Cylindrical-coordinate representation of color #136B1A: hue angle of 124.77º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136B1A is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 107 26 -
CMYK 0.82 0 0.76 0.58
HSL 124.77º 0.7% 0.25% -
HSV(B) 124.77º 0.82% 0.42% -
XYZ 5.71 10.73 2.75 -
YUV 71.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 19 107 26 0.82 0 0.76 0.58 124.77 0.7 0.25
Hex 13 6B 1A 52 0 4C 3A 7D 46 19
Octal 23 153 32 122 0 114 72 175 106 31
Binary 10011 1101011 11010 1010010 0 1001100 111010 1111101 1000110 11001

Color Harmonies of #136B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B1A

Black with #136B1A

Text Example


Text Example

White with #136B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136B1A; }

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

 H1.HeaderClassName
 {
   color: #136B1A;
 }
 .AnyTagClassName
 {
   color: #136B1A;
 }
</style>

background-color css

<style>
 a { background-color: #136B1A; }

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

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

border-color css

<style>
 span { border-color: #136B1A; }

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

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