#1A4035

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

Shades of Sherwood Green #1A4035

Tints of Sherwood Green #1A4035

Color information

#1A4035 (or 0x1A4035) is unknown color: approx Sherwood Green. HEX triplet: 1A, 40 and 35. RGB value is (26,64,53). Sum of RGB (Red+Green+Blue) = 26+64+53=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4035 is #E5BFCA. Grayscale: #333333. Windows color (decimal): -15056843 or 3489818. OLE color: 3489818.

HSL color Cylindrical-coordinate representation of color #1A4035: hue angle of 162.63º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A4035 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB266453-
CMYK0.5900.170.75
HSL162.63º42.22%17.65%-
HSV(B)162.63º59.38%25.1%-
XYZ2.94.144.01-
YUV51.38128.91109.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.18%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=18.18%
G=44.76%
B=37.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2664530.5900.170.75162.6342.2217.65
Hex1A40353B0114Ba32a12
Octal3210065730211132435222
Binary11010100000011010111101101000110010111010001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,64,53); }

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

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

 a { background-color: rgb(26,64,53); }

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

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

 span { border-color: rgb(26,64,53); }

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