Html Css Color HEX #136D1B San Felix

📋 copy color: '#136D1B'

red 19 ◦ green 109 ◦ blue 27

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

Shades of San Felix #136D1B

Tints of San Felix #136D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 70.32%

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

R = 12.26%
G = 70.32%
B = 17.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#136D1B (or 0x136D1B) is known color: San Felix. HEX triplet: 13, 6D and 1B. RGB value is (19,109,27). Sum of RGB (Red+Green+Blue) = 19+109+27=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 109 (42.97% from 255 or 70.32% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 109 - color contains mainly: green. Hex color #136D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136D1B is #EC92E4. Grayscale: #484848. Windows color (decimal): -15504101 or 1797395. OLE color: 1797395.

HSL color Cylindrical-coordinate representation of color #136D1B: hue angle of 125.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D1B is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 27 -
CMYK 0.83 0 0.75 0.57
HSL 125.33º 0.7% 0.25% -
HSV(B) 125.33º 0.83% 0.43% -
XYZ 5.94 11.15 2.88 -
YUV 72.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 19 109 27 0.83 0 0.75 0.57 125.33 0.7 0.25
Hex 13 6D 1B 53 0 4B 39 7D 46 19
Octal 23 155 33 123 0 113 71 175 106 31
Binary 10011 1101101 11011 1010011 0 1001011 111001 1111101 1000110 11001

Color Harmonies of #136D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D1B

Black with #136D1B

Text Example


Text Example

White with #136D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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