Html Css Color HEX #137103 Green

📋 copy color: '#137103'

red 19 ◦ green 113 ◦ blue 3

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

Shades of Green #137103

Tints of Green #137103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.22%

R = 14.07%
G = 83.7%
B = 2.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#137103 (or 0x137103) is known color: Green. HEX triplet: 13, 71 and 03. RGB value is (19,113,3). Sum of RGB (Red+Green+Blue) = 19+113+3=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 113 (44.53% from 255 or 83.70% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 113 - color contains mainly: green. Hex color #137103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137103 is #EC8EFC. Grayscale: #484848. Windows color (decimal): -15503101 or 225555. OLE color: 225555.

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

Color convert

RGB 19 113 3 -
CMYK 0.83 0 0.97 0.56
HSL 111.27º 0.95% 0.23% -
HSV(B) 111.27º 0.97% 0.44% -
XYZ 6.19 11.96 2.07 -
YUV 72.35 88.86 89.94 -
System Red Green Blue C M Y K H S L
Decimal 19 113 3 0.83 0 0.97 0.56 111.27 0.95 0.23
Hex 13 71 3 53 0 61 38 6F 5F 17
Octal 23 161 3 123 0 141 70 157 137 27
Binary 10011 1110001 11 1010011 0 1100001 111000 1101111 1011111 10111

Color Harmonies of #137103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137103

Black with #137103

Text Example


Text Example

White with #137103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137103; }

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

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

background-color css

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

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

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

border-color css

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

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

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