Html Css Color HEX #137101 Green

📋 copy color: '#137101'

red 19 ◦ green 113 ◦ blue 1

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

Shades of Green #137101

Tints of Green #137101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 84.96%

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 14.29%
G = 84.96%
B = 0.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#137101 (or 0x137101) is known color: Green. HEX triplet: 13, 71 and 01. RGB value is (19,113,1). Sum of RGB (Red+Green+Blue) = 19+113+1=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 113 (44.53% from 255 or 84.96% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 113 - color contains mainly: green. Hex color #137101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137101 is #EC8EFE. Grayscale: #484848. Windows color (decimal): -15503103 or 94483. OLE color: 94483.

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

Color convert

RGB 19 113 1 -
CMYK 0.83 0 0.99 0.56
HSL 110.36º 0.98% 0.22% -
HSV(B) 110.36º 0.99% 0.44% -
XYZ 6.18 11.95 2.01 -
YUV 72.13 87.86 90.11 -
System Red Green Blue C M Y K H S L
Decimal 19 113 1 0.83 0 0.99 0.56 110.36 0.98 0.22
Hex 13 71 1 53 0 63 38 6E 62 16
Octal 23 161 1 123 0 143 70 156 142 26
Binary 10011 1110001 1 1010011 0 1100011 111000 1101110 1100010 10110

Color Harmonies of #137101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137101

Black with #137101

Text Example


Text Example

White with #137101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137101; }

 p { color: rgb(19,113,1); }

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

background-color css

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

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

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

border-color css

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

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

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