Html Css Color HEX #137000 Green

📋 copy color: '#137000'

red 19 ◦ green 112 ◦ blue 0

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

Shades of Green #137000

Tints of Green #137000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 85.5%

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

R = 14.5%
G = 85.5%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#137000 (or 0x137000) is known color: Green. HEX triplet: 13, 70 and 00. RGB value is (19,112,0). Sum of RGB (Red+Green+Blue) = 19+112+0=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #137000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137000 is #EC8FFF. Grayscale: #474747. Windows color (decimal): -15503360 or 28691. OLE color: 28691.

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

Color convert

RGB 19 112 0 -
CMYK 0.83 0 1 0.56
HSL 109.82º 1% 0.22% -
HSV(B) 109.82º 1% 0.44% -
XYZ 6.06 11.73 1.94 -
YUV 71.43 87.69 90.61 -
System Red Green Blue C M Y K H S L
Decimal 19 112 0 0.83 0 1 0.56 109.82 1 0.22
Hex 13 70 0 53 0 64 38 6E 64 16
Octal 23 160 0 123 0 144 70 156 144 26
Binary 10011 1110000 0 1010011 0 1100100 111000 1101110 1100100 10110

Color Harmonies of #137000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137000

Black with #137000

Text Example


Text Example

White with #137000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137000; }

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

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

background-color css

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

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

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

border-color css

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

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

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