#134E3C

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

Shades of Sherwood Green #134E3C

Tints of Sherwood Green #134E3C

Color information

#134E3C (or 0x134E3C) is unknown color: approx Sherwood Green. HEX triplet: 13, 4E and 3C. RGB value is (19,78,60). Sum of RGB (Red+Green+Blue) = 19+78+60=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #134E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E3C is #ECB1C3. Grayscale: #3A3A3A. Windows color (decimal): -15512004 or 3952147. OLE color: 3952147.

HSL color Cylindrical-coordinate representation of color #134E3C: hue angle of 161.69º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E3C is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB197860-
CMYK0.7600.230.69
HSL161.69º60.82%19.02%-
HSV(B)161.69º75.64%30.59%-
XYZ3.815.915.22-
YUV58.31128.9599.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 78 (30.86% from 255) = 49.68%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=12.10%
G=49.68%
B=38.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1978600.7600.230.69161.6960.8219.02
Hex134E3C4C01745a23d13
Octal23116741140271052427523
Binary100111001110111100100110001011110001011010001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,78,60); }

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

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

 a { background-color: rgb(19,78,60); }

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

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

 span { border-color: rgb(19,78,60); }

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