#134D37

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

Shades of Sherwood Green #134D37

Tints of Sherwood Green #134D37

Color information

#134D37 (or 0x134D37) is unknown color: approx Sherwood Green. HEX triplet: 13, 4D and 37. RGB value is (19,77,55). Sum of RGB (Red+Green+Blue) = 19+77+55=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #134D37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D37 is #ECB2C8. Grayscale: #393939. Windows color (decimal): -15512265 or 3624211. OLE color: 3624211.

HSL color Cylindrical-coordinate representation of color #134D37: hue angle of 157.24º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134D37 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB197755-
CMYK0.7500.290.70
HSL157.24º60.42%18.82%-
HSV(B)157.24º75.32%30.2%-
XYZ3.615.724.53-
YUV57.15126.78100.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 77 (30.47% from 255) = 50.99%
BLUE value IS 55 (21.88% from 255) = 36.42%
R=12.58%
G=50.99%
B=36.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1977550.7500.290.70157.2460.4218.82
Hex134D374B01D469d3c13
Octal23115671130351062357423
Binary100111001101110111100101101110110001101001110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134D37; }

 p { color: rgb(19,77,55); }

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

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

 a { background-color: rgb(19,77,55); }

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

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

 span { border-color: rgb(19,77,55); }

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