#015926

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

Shades of Crusoe #015926

Tints of Crusoe #015926

Color information

#015926 (or 0x015926) is unknown color: approx Crusoe. HEX triplet: 01, 59 and 26. RGB value is (1,89,38). Sum of RGB (Red+Green+Blue) = 1+89+38=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 89 (35.16% from 255 or 69.53% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 89 - color contains mainly: green. Hex color #015926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015926 is #FEA6D9. Grayscale: #383838. Windows color (decimal): -16688858 or 2513153. OLE color: 2513153.

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

Color convert

RGB18938-
CMYK0.9900.570.65
HSL145.23º97.78%17.65%-
HSV(B)145.23º98.88%34.9%-
XYZ3.937.293.03-
YUV56.87117.3588.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 89 (35.16% from 255) = 69.53%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=0.78%
G=69.53%
B=29.69%

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
Decimal189380.9900.570.65145.2397.7817.65
Hex159266303941916212
Octal11314614307110122114222
Binary1101100110011011000110111001100000110010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015926; }

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

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

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

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

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

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

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

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