#1A5837

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

Shades of Crusoe #1A5837

Tints of Crusoe #1A5837

Color information

#1A5837 (or 0x1A5837) is unknown color: approx Crusoe. HEX triplet: 1A, 58 and 37. RGB value is (26,88,55). Sum of RGB (Red+Green+Blue) = 26+88+55=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #1A5837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5837 is #E5A7C8. Grayscale: #414141. Windows color (decimal): -15050697 or 3627034. OLE color: 3627034.

HSL color Cylindrical-coordinate representation of color #1A5837: hue angle of 148.06º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5837 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB268855-
CMYK0.7000.380.65
HSL148.06º54.39%22.35%-
HSV(B)148.06º70.45%34.51%-
XYZ4.617.474.81-
YUV65.7121.9699.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.38%
GREEN value IS 88 (34.77% from 255) = 52.07%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=15.38%
G=52.07%
B=32.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2688550.7000.380.65148.0654.3922.35
Hex1A58374602641943616
Octal32130671060461012246626
Binary1101010110001101111000110010011010000011001010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,88,55); }

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

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

 a { background-color: rgb(26,88,55); }

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

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

 span { border-color: rgb(26,88,55); }

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