#016823

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

Shades of Crusoe #016823

Tints of Crusoe #016823

Color information

#016823 (or 0x016823) is unknown color: approx Crusoe. HEX triplet: 01, 68 and 23. RGB value is (1,104,35). Sum of RGB (Red+Green+Blue) = 1+104+35=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 104 (41.02% from 255 or 74.29% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 104 - color contains mainly: green. Hex color #016823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016823 is #FE97DC. Grayscale: #414141. Windows color (decimal): -16685021 or 2320385. OLE color: 2320385.

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

Color convert

RGB110435-
CMYK0.9900.660.59
HSL139.81º98.1%20.59%-
HSV(B)139.81º99.04%40.78%-
XYZ5.2710.033.25-
YUV65.34110.8882.11-

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) = 74.29%
BLUE value IS 35 (14.06% from 255) = 25%
R=0.71%
G=74.29%
B=25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104350.9900.660.59139.8198.120.59
Hex16823630423B8c6215
Octal11504314301027321414225
Binary1110100010001111000110100001011101110001100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016823; }

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

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

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

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

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

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

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

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