#1A5542

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

Shades of Sherwood Green #1A5542

Tints of Sherwood Green #1A5542

Color information

#1A5542 (or 0x1A5542) is unknown color: approx Sherwood Green. HEX triplet: 1A, 55 and 42. RGB value is (26,85,66). Sum of RGB (Red+Green+Blue) = 26+85+66=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5542 is #E5AABD. Grayscale: #414141. Windows color (decimal): -15051454 or 4347162. OLE color: 4347162.

HSL color Cylindrical-coordinate representation of color #1A5542: hue angle of 160.68º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5542 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB268566-
CMYK0.6900.220.67
HSL160.68º53.15%21.76%-
HSV(B)160.68º69.41%33.33%-
XYZ4.667.116.28-
YUV65.19128.45100.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.69%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=14.69%
G=48.02%
B=37.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685660.6900.220.67160.6853.1521.76
Hex1A55424501643a13516
Octal321251021050261032416526
Binary1101010101011000010100010101011010000111010000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,85,66); }

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

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

 a { background-color: rgb(26,85,66); }

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

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

 span { border-color: rgb(26,85,66); }

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