#1A493A

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

Shades of Sherwood Green #1A493A

Tints of Sherwood Green #1A493A

Color information

#1A493A (or 0x1A493A) is unknown color: approx Sherwood Green. HEX triplet: 1A, 49 and 3A. RGB value is (26,73,58). Sum of RGB (Red+Green+Blue) = 26+73+58=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #1A493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A493A is #E5B6C5. Grayscale: #393939. Windows color (decimal): -15054534 or 3819802. OLE color: 3819802.

HSL color Cylindrical-coordinate representation of color #1A493A: hue angle of 160.85º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A493A is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB267358-
CMYK0.6400.210.71
HSL160.85º47.47%19.41%-
HSV(B)160.85º64.38%28.63%-
XYZ3.575.294.84-
YUV57.24128.43105.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=16.56%
G=46.50%
B=36.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2673580.6400.210.71160.8547.4719.41
Hex1A493A4001547a12f13
Octal32111721000251072415723
Binary110101001001111010100000001010110001111010000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A493A; }

 p { color: rgb(26,73,58); }

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

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

 a { background-color: rgb(26,73,58); }

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

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

 span { border-color: rgb(26,73,58); }

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