#1A5836

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

Shades of Crusoe #1A5836

Tints of Crusoe #1A5836

Color information

#1A5836 (or 0x1A5836) is unknown color: approx Crusoe. HEX triplet: 1A, 58 and 36. RGB value is (26,88,54). Sum of RGB (Red+Green+Blue) = 26+88+54=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #1A5836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5836 is #E5A7C9. Grayscale: #414141. Windows color (decimal): -15050698 or 3561498. OLE color: 3561498.

HSL color Cylindrical-coordinate representation of color #1A5836: hue angle of 147.1º 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 #1A5836 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB268854-
CMYK0.7000.390.65
HSL147.1º54.39%22.35%-
HSV(B)147.1º70.45%34.51%-
XYZ4.587.474.69-
YUV65.59121.4699.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.48%
GREEN value IS 88 (34.77% from 255) = 52.38%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=15.48%
G=52.38%
B=32.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2688540.7000.390.65147.154.3922.35
Hex1A58364602741933616
Octal32130661060471012236626
Binary1101010110001101101000110010011110000011001001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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