#1A6131

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

Shades of Crusoe #1A6131

Tints of Crusoe #1A6131

Color information

#1A6131 (or 0x1A6131) is unknown color: approx Crusoe. HEX triplet: 1A, 61 and 31. RGB value is (26,97,49). Sum of RGB (Red+Green+Blue) = 26+97+49=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6131 is #E59ECE. Grayscale: #464646. Windows color (decimal): -15048399 or 3236122. OLE color: 3236122.

HSL color Cylindrical-coordinate representation of color #1A6131: hue angle of 139.44º 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 #1A6131 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB269749-
CMYK0.7300.490.62
HSL139.44º57.72%24.12%-
HSV(B)139.44º73.2%38.04%-
XYZ5.268.994.36-
YUV70.3115.9896.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.12%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=15.12%
G=56.40%
B=28.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697490.7300.490.62139.4457.7224.12
Hex1A6131490313E8b3a18
Octal3214161111061762137230
Binary110101100001110001100100101100011111101000101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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