#1A6129

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

Shades of Crusoe #1A6129

Tints of Crusoe #1A6129

Color information

#1A6129 (or 0x1A6129) is unknown color: approx Crusoe. HEX triplet: 1A, 61 and 29. RGB value is (26,97,41). Sum of RGB (Red+Green+Blue) = 26+97+41=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6129 is #E59ED6. Grayscale: #454545. Windows color (decimal): -15048407 or 2711834. OLE color: 2711834.

HSL color Cylindrical-coordinate representation of color #1A6129: hue angle of 132.68º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6129 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB269741-
CMYK0.7300.580.62
HSL132.68º57.72%24.12%-
HSV(B)132.68º73.2%38.04%-
XYZ5.18.933.55-
YUV69.39111.9897.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.85%
GREEN value IS 97 (38.28% from 255) = 59.15%
BLUE value IS 41 (16.41% from 255) = 25%
R=15.85%
G=59.15%
B=25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697410.7300.580.62132.6857.7224.12
Hex1A61294903A3E853a18
Octal3214151111072762057230
Binary110101100001101001100100101110101111101000010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,97,41); }

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

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

 a { background-color: rgb(26,97,41); }

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

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

 span { border-color: rgb(26,97,41); }

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