Html Css Color HEX #136C1D San Felix

📋 copy color: '#136C1D'

red 19 ◦ green 108 ◦ blue 29

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

Shades of San Felix #136C1D

Tints of San Felix #136C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 69.23%

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

R = 12.18%
G = 69.23%
B = 18.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#136C1D (or 0x136C1D) is known color: San Felix. HEX triplet: 13, 6C and 1D. RGB value is (19,108,29). Sum of RGB (Red+Green+Blue) = 19+108+29=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #136C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C1D is #EC93E2. Grayscale: #484848. Windows color (decimal): -15504355 or 1928211. OLE color: 1928211.

HSL color Cylindrical-coordinate representation of color #136C1D: hue angle of 126.74º 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 #136C1D is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 108 29 -
CMYK 0.82 0 0.73 0.58
HSL 126.74º 0.7% 0.25% -
HSV(B) 126.74º 0.82% 0.42% -
XYZ 5.85 10.95 2.97 -
YUV 72.38 103.51 89.92 -
System Red Green Blue C M Y K H S L
Decimal 19 108 29 0.82 0 0.73 0.58 126.74 0.7 0.25
Hex 13 6C 1D 52 0 49 3A 7F 46 19
Octal 23 154 35 122 0 111 72 177 106 31
Binary 10011 1101100 11101 1010010 0 1001001 111010 1111111 1000110 11001

Color Harmonies of #136C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C1D

Black with #136C1D

Text Example


Text Example

White with #136C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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