#016824

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

Shades of Crusoe #016824

Tints of Crusoe #016824

Color information

#016824 (or 0x016824) is unknown color: approx Crusoe. HEX triplet: 01, 68 and 24. RGB value is (1,104,36). Sum of RGB (Red+Green+Blue) = 1+104+36=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #016824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016824 is #FE97DB. Grayscale: #414141. Windows color (decimal): -16685020 or 2385921. OLE color: 2385921.

HSL color Cylindrical-coordinate representation of color #016824: hue angle of 140.39º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016824 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB110436-
CMYK0.9900.650.59
HSL140.39º98.1%20.59%-
HSV(B)140.39º99.04%40.78%-
XYZ5.2810.033.33-
YUV65.45111.3882.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 104 (41.02% from 255) = 73.76%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=0.71%
G=73.76%
B=25.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104360.9900.650.59140.3998.120.59
Hex16824630413B8c6215
Octal11504414301017321414225
Binary1110100010010011000110100000111101110001100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016824; }

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

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

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

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

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

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

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

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