Html Css Color HEX #136714 Green

📋 copy color: '#136714'

red 19 ◦ green 103 ◦ blue 20

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

Shades of Green #136714

Tints of Green #136714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 72.54%

 BLUE value IS 20 (8.2% from 255) = 14.08%

R = 13.38%
G = 72.54%
B = 14.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#136714 (or 0x136714) is known color: Green. HEX triplet: 13, 67 and 14. RGB value is (19,103,20). Sum of RGB (Red+Green+Blue) = 19+103+20=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #136714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136714 is #EC98EB. Grayscale: #444444. Windows color (decimal): -15505644 or 1337107. OLE color: 1337107.

HSL color Cylindrical-coordinate representation of color #136714: hue angle of 120.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136714 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 20 -
CMYK 0.82 0 0.81 0.60
HSL 120.71º 0.69% 0.24% -
HSV(B) 120.71º 0.82% 0.4% -
XYZ 5.25 9.89 2.29 -
YUV 68.42 100.67 92.75 -
System Red Green Blue C M Y K H S L
Decimal 19 103 20 0.82 0 0.81 0.60 120.71 0.69 0.24
Hex 13 67 14 52 0 51 3C 79 45 18
Octal 23 147 24 122 0 121 74 171 105 30
Binary 10011 1100111 10100 1010010 0 1010001 111100 1111001 1000101 11000

Color Harmonies of #136714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136714

Black with #136714

Text Example


Text Example

White with #136714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136714; }

 p { color: rgb(19,103,20); }

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

background-color css

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

 a { background-color: rgb(19,103,20); }

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

border-color css

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

 span { border-color: rgb(19,103,20); }

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