#015922

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

Shades of Crusoe #015922

Tints of Crusoe #015922

Color information

#015922 (or 0x015922) is unknown color: approx Crusoe. HEX triplet: 01, 59 and 22. RGB value is (1,89,34). Sum of RGB (Red+Green+Blue) = 1+89+34=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 89 (35.16% from 255 or 71.77% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 89 - color contains mainly: green. Hex color #015922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015922 is #FEA6DD. Grayscale: #383838. Windows color (decimal): -16688862 or 2251009. OLE color: 2251009.

HSL color Cylindrical-coordinate representation of color #015922: hue angle of 142.5º 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 #015922 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB18934-
CMYK0.9900.620.65
HSL142.5º97.78%17.65%-
HSV(B)142.5º98.88%34.9%-
XYZ3.877.272.71-
YUV56.42115.3588.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 89 (35.16% from 255) = 71.77%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=0.81%
G=71.77%
B=27.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189340.9900.620.65142.597.7817.65
Hex159226303E418e6212
Octal11314214307610121614222
Binary1101100110001011000110111110100000110001110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015922; }

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

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

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

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

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

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

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

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