#1A5827

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

Shades of Crusoe #1A5827

Tints of Crusoe #1A5827

Color information

#1A5827 (or 0x1A5827) is unknown color: approx Crusoe. HEX triplet: 1A, 58 and 27. RGB value is (26,88,39). Sum of RGB (Red+Green+Blue) = 26+88+39=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #1A5827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5827 is #E5A7D8. Grayscale: #404040. Windows color (decimal): -15050713 or 2578458. OLE color: 2578458.

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

Color convert

RGB268839-
CMYK0.7000.560.65
HSL132.58º54.39%22.35%-
HSV(B)132.58º70.45%34.51%-
XYZ4.287.353.11-
YUV63.88113.96100.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.99%
GREEN value IS 88 (34.77% from 255) = 57.52%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=16.99%
G=57.52%
B=25.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2688390.7000.560.65132.5854.3922.35
Hex1A58274603841853616
Octal32130471060701012056626
Binary1101010110001001111000110011100010000011000010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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