Html Css Color HEX #136610 Green

📋 copy color: '#136610'

red 19 ◦ green 102 ◦ blue 16

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

Shades of Green #136610

Tints of Green #136610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 74.45%

 BLUE value IS 16 (6.64% from 255) = 11.68%

R = 13.87%
G = 74.45%
B = 11.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#136610 (or 0x136610) is known color: Green. HEX triplet: 13, 66 and 10. RGB value is (19,102,16). Sum of RGB (Red+Green+Blue) = 19+102+16=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #136610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136610 is #EC99EF. Grayscale: #434343. Windows color (decimal): -15505904 or 1074707. OLE color: 1074707.

HSL color Cylindrical-coordinate representation of color #136610: hue angle of 117.91º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136610 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 16 -
CMYK 0.81 0 0.84 0.6
HSL 117.91º 0.73% 0.23% -
HSV(B) 117.91º 0.84% 0.4% -
XYZ 5.11 9.68 2.09 -
YUV 67.38 99 93.49 -
System Red Green Blue C M Y K H S L
Decimal 19 102 16 0.81 0 0.84 0.6 117.91 0.73 0.23
Hex 13 66 10 51 0 54 3C 76 49 17
Octal 23 146 20 121 0 124 74 166 111 27
Binary 10011 1100110 10000 1010001 0 1010100 111100 1110110 1001001 10111

Color Harmonies of #136610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136610

Black with #136610

Text Example


Text Example

White with #136610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136610; }

 p { color: rgb(19,102,16); }

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

background-color css

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

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

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

border-color css

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

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

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