#1A4131

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

Shades of Sherwood Green #1A4131

Tints of Sherwood Green #1A4131

Color information

#1A4131 (or 0x1A4131) is unknown color: approx Sherwood Green. HEX triplet: 1A, 41 and 31. RGB value is (26,65,49). Sum of RGB (Red+Green+Blue) = 26+65+49=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4131 is #E5BECE. Grayscale: #333333. Windows color (decimal): -15056591 or 3227930. OLE color: 3227930.

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

Color convert

RGB266549-
CMYK0.6000.250.75
HSL155.38º42.86%17.84%-
HSV(B)155.38º60%25.49%-
XYZ2.874.223.57-
YUV51.52126.58109.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 49 (19.53% from 255) = 35%
R=18.57%
G=46.43%
B=35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2665490.6000.250.75155.3842.8617.84
Hex1A41313C0194B9b2b12
Octal3210161740311132335322
Binary11010100000111000111110001100110010111001101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,65,49); }

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

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

 a { background-color: rgb(26,65,49); }

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

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

 span { border-color: rgb(26,65,49); }

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