#015826

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

Shades of Crusoe #015826

Tints of Crusoe #015826

Color information

#015826 (or 0x015826) is unknown color: approx Crusoe. HEX triplet: 01, 58 and 26. RGB value is (1,88,38). Sum of RGB (Red+Green+Blue) = 1+88+38=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 88 (34.77% from 255 or 69.29% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 88 - color contains mainly: green. Hex color #015826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015826 is #FEA7D9. Grayscale: #383838. Windows color (decimal): -16689114 or 2512897. OLE color: 2512897.

HSL color Cylindrical-coordinate representation of color #015826: hue angle of 145.52º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015826 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB18838-
CMYK0.9900.570.65
HSL145.52º97.75%17.45%-
HSV(B)145.52º98.86%34.51%-
XYZ3.857.133.01-
YUV56.29117.6888.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 88 (34.77% from 255) = 69.29%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=0.79%
G=69.29%
B=29.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188380.9900.570.65145.5297.7517.45
Hex158266303941926211
Octal11304614307110122214221
Binary1101100010011011000110111001100000110010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015826; }

 p { color: rgb(1,88,38); }

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

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

 a { background-color: rgb(1,88,38); }

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

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

 span { border-color: rgb(1,88,38); }

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