#134A3A

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

Shades of Sherwood Green #134A3A

Tints of Sherwood Green #134A3A

Color information

#134A3A (or 0x134A3A) is unknown color: approx Sherwood Green. HEX triplet: 13, 4A and 3A. RGB value is (19,74,58). Sum of RGB (Red+Green+Blue) = 19+74+58=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #134A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A3A is #ECB5C5. Grayscale: #373737. Windows color (decimal): -15513030 or 3820051. OLE color: 3820051.

HSL color Cylindrical-coordinate representation of color #134A3A: hue angle of 162.55º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134A3A is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB197458-
CMYK0.7400.220.71
HSL162.55º59.14%18.24%-
HSV(B)162.55º74.32%29.02%-
XYZ3.485.344.85-
YUV55.73129.28101.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 74 (29.30% from 255) = 49.01%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=12.58%
G=49.01%
B=38.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1974580.7400.220.71162.5559.1418.24
Hex134A3A4A01647a33b12
Octal23112721120261072437322
Binary100111001010111010100101001011010001111010001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,74,58); }

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

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

 a { background-color: rgb(19,74,58); }

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

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

 span { border-color: rgb(19,74,58); }

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