#1A6231

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

Shades of Crusoe #1A6231

Tints of Crusoe #1A6231

Color information

#1A6231 (or 0x1A6231) is unknown color: approx Crusoe. HEX triplet: 1A, 62 and 31. RGB value is (26,98,49). Sum of RGB (Red+Green+Blue) = 26+98+49=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #1A6231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6231 is #E59DCE. Grayscale: #474747. Windows color (decimal): -15048143 or 3236378. OLE color: 3236378.

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

Color convert

RGB269849-
CMYK0.7300.50.62
HSL139.17º58.06%24.31%-
HSV(B)139.17º73.47%38.43%-
XYZ5.359.184.4-
YUV70.89115.6595.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=15.03%
G=56.65%
B=28.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2698490.7300.50.62139.1758.0624.31
Hex1A6231490323E8b3a18
Octal3214261111062762137230
Binary110101100010110001100100101100101111101000101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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