#137601

Color #137601 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #137601

Tints of Green #137601

Color information

#137601 (or 0x137601) is unknown color: approx Green. HEX triplet: 13, 76 and 01. RGB value is (19,118,1). Sum of RGB (Red+Green+Blue) = 19+118+1=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 118 (46.48% from 255 or 85.51% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 118 - color contains mainly: green. Hex color #137601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137601 is #EC89FE. Grayscale: #4B4B4B. Windows color (decimal): -15501823 or 95763. OLE color: 95763.

HSL color Cylindrical-coordinate representation of color #137601: hue angle of 110.77º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #137601 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB191181-
CMYK0.8400.990.54
HSL110.77º98.32%23.33%-
HSV(B)110.77º99.15%46.27%-
XYZ6.7513.12.2-
YUV75.0686.288.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 118 (46.48% from 255) = 85.51%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=13.77%
G=85.51%
B=0.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1911810.8400.990.54110.7798.3223.33
Hex1376154063366f6217
Octal23166112401436615714227
Binary10011111011011010100011000111101101101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137601; }

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

 H1.HeaderClassName
 {
   color: #137601;
 }
 .AnyTagClassName
 {
   color: #137601;
 }
</style>
background-color css

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

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

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

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

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

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