#017228

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

Shades of Crusoe #017228

Tints of Crusoe #017228

Color information

#017228 (or 0x017228) is unknown color: approx Crusoe. HEX triplet: 01, 72 and 28. RGB value is (1,114,40). Sum of RGB (Red+Green+Blue) = 1+114+40=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #017228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017228 is #FE8DD7. Grayscale: #474747. Windows color (decimal): -16682456 or 2650625. OLE color: 2650625.

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

Color convert

RGB111440-
CMYK0.9900.650.55
HSL140.71º98.26%22.55%-
HSV(B)140.71º99.12%44.71%-
XYZ6.4112.194.02-
YUV71.78110.0677.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 114 (44.92% from 255) = 73.55%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=0.65%
G=73.55%
B=25.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1114400.9900.650.55140.7198.2622.55
Hex1722863041378d6217
Octal11625014301016721514227
Binary1111001010100011000110100000111011110001101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017228; }

 p { color: rgb(1,114,40); }

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

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

 a { background-color: rgb(1,114,40); }

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

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

 span { border-color: rgb(1,114,40); }

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