Html Css Color HEX #136713 Green

📋 copy color: '#136713'

red 19 ◦ green 103 ◦ blue 19

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

Shades of Green #136713

Tints of Green #136713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.48%

R = 13.48%
G = 73.05%
B = 13.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#136713 (or 0x136713) is known color: Green. HEX triplet: 13, 67 and 13. RGB value is (19,103,19). Sum of RGB (Red+Green+Blue) = 19+103+19=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #136713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136713 is #EC98EC. Grayscale: #444444. Windows color (decimal): -15505645 or 1271571. OLE color: 1271571.

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

Color convert

RGB 19 103 19 -
CMYK 0.82 0 0.82 0.60
HSL 120º 0.69% 0.24% -
HSV(B) 120º 0.82% 0.4% -
XYZ 5.24 9.89 2.25 -
YUV 68.31 100.17 92.83 -
System Red Green Blue C M Y K H S L
Decimal 19 103 19 0.82 0 0.82 0.60 120 0.69 0.24
Hex 13 67 13 52 0 52 3C 78 45 18
Octal 23 147 23 122 0 122 74 170 105 30
Binary 10011 1100111 10011 1010010 0 1010010 111100 1111000 1000101 11000

Color Harmonies of #136713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136713

Black with #136713

Text Example


Text Example

White with #136713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136713; }

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

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

background-color css

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

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

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

border-color css

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

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

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