#017828

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

Shades of Crusoe #017828

Tints of Crusoe #017828

Color information

#017828 (or 0x017828) is unknown color: approx Crusoe. HEX triplet: 01, 78 and 28. RGB value is (1,120,40). Sum of RGB (Red+Green+Blue) = 1+120+40=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 120 (47.27% from 255 or 74.53% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 120 - color contains mainly: green. Hex color #017828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017828 is #FE87D7. Grayscale: #4B4B4B. Windows color (decimal): -16680920 or 2652161. OLE color: 2652161.

HSL color Cylindrical-coordinate representation of color #017828: hue angle of 139.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017828 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB112040-
CMYK0.9900.670.53
HSL139.66º98.35%23.73%-
HSV(B)139.66º99.17%47.06%-
XYZ7.1113.594.26-
YUV75.3108.0875-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 120 (47.27% from 255) = 74.53%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=0.62%
G=74.53%
B=24.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1120400.9900.670.53139.6698.3523.73
Hex1782863043358c6218
Octal11705014301036521414230
Binary1111100010100011000110100001111010110001100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017828; }

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

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

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

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

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

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

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

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