Html Css Color HEX #137200 Green

📋 copy color: '#137200'

red 19 ◦ green 114 ◦ blue 0

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

Shades of Green #137200

Tints of Green #137200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 85.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.29%
G = 85.71%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#137200 (or 0x137200) is known color: Green. HEX triplet: 13, 72 and 00. RGB value is (19,114,0). Sum of RGB (Red+Green+Blue) = 19+114+0=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 114 (44.92% from 255 or 85.71% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 114 - color contains mainly: green. Hex color #137200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137200 is #EC8DFF. Grayscale: #484848. Windows color (decimal): -15502848 or 29203. OLE color: 29203.

HSL color Cylindrical-coordinate representation of color #137200: hue angle of 110º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #137200 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 0 -
CMYK 0.83 0 1 0.55
HSL 110º 1% 0.22% -
HSV(B) 110º 1% 0.45% -
XYZ 6.29 12.17 2.02 -
YUV 72.6 87.03 89.77 -
System Red Green Blue C M Y K H S L
Decimal 19 114 0 0.83 0 1 0.55 110 1 0.22
Hex 13 72 0 53 0 64 37 6E 64 16
Octal 23 162 0 123 0 144 67 156 144 26
Binary 10011 1110010 0 1010011 0 1100100 110111 1101110 1100100 10110

Color Harmonies of #137200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137200

Black with #137200

Text Example


Text Example

White with #137200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137200; }

 p { color: rgb(19,114,0); }

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

background-color css

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

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

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

border-color css

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

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

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