#017924

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

Shades of Crusoe #017924

Tints of Crusoe #017924

Color information

#017924 (or 0x017924) is unknown color: approx Crusoe. HEX triplet: 01, 79 and 24. RGB value is (1,121,36). Sum of RGB (Red+Green+Blue) = 1+121+36=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 121 (47.66% from 255 or 76.58% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 121 - color contains mainly: green. Hex color #017924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017924 is #FE86DB. Grayscale: #4B4B4B. Windows color (decimal): -16680668 or 2390273. OLE color: 2390273.

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

Color convert

RGB112136-
CMYK0.9900.700.53
HSL137.5º98.36%23.92%-
HSV(B)137.5º99.17%47.45%-
XYZ7.1713.813.96-
YUV75.43105.7474.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 121 (47.66% from 255) = 76.58%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=0.63%
G=76.58%
B=22.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121360.9900.700.53137.598.3623.92
Hex1792463046358a6218
Octal11714414301066521214230
Binary1111100110010011000110100011011010110001010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017924; }

 p { color: rgb(1,121,36); }

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

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

 a { background-color: rgb(1,121,36); }

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

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

 span { border-color: rgb(1,121,36); }

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