#017322

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

Shades of Crusoe #017322

Tints of Crusoe #017322

Color information

#017322 (or 0x017322) is unknown color: approx Crusoe. HEX triplet: 01, 73 and 22. RGB value is (1,115,34). Sum of RGB (Red+Green+Blue) = 1+115+34=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #017322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017322 is #FE8CDD. Grayscale: #474747. Windows color (decimal): -16682206 or 2257665. OLE color: 2257665.

HSL color Cylindrical-coordinate representation of color #017322: hue angle of 137.37º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017322 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB111534-
CMYK0.9900.700.55
HSL137.37º98.28%22.75%-
HSV(B)137.37º99.13%45.1%-
XYZ6.4312.383.56-
YUV71.68106.7377.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 115 (45.31% from 255) = 76.67%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=0.67%
G=76.67%
B=22.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1115340.9900.700.55137.3798.2822.75
Hex173226304637896217
Octal11634214301066721114227
Binary1111001110001011000110100011011011110001001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017322; }

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

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

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

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

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

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

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

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