#1A5834

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

Shades of Crusoe #1A5834

Tints of Crusoe #1A5834

Color information

#1A5834 (or 0x1A5834) is unknown color: approx Crusoe. HEX triplet: 1A, 58 and 34. RGB value is (26,88,52). Sum of RGB (Red+Green+Blue) = 26+88+52=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #1A5834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5834 is #E5A7CB. Grayscale: #414141. Windows color (decimal): -15050700 or 3430426. OLE color: 3430426.

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

Color convert

RGB268852-
CMYK0.7000.410.65
HSL145.16º54.39%22.35%-
HSV(B)145.16º70.45%34.51%-
XYZ4.547.454.45-
YUV65.36120.4699.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 88 (34.77% from 255) = 53.01%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=15.66%
G=53.01%
B=31.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2688520.7000.410.65145.1654.3922.35
Hex1A58344602941913616
Octal32130641060511012216626
Binary1101010110001101001000110010100110000011001000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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