#016623

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

Shades of Crusoe #016623

Tints of Crusoe #016623

Color information

#016623 (or 0x016623) is unknown color: approx Crusoe. HEX triplet: 01, 66 and 23. RGB value is (1,102,35). Sum of RGB (Red+Green+Blue) = 1+102+35=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #016623 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016623 is #FE99DC. Grayscale: #404040. Windows color (decimal): -16685533 or 2319873. OLE color: 2319873.

HSL color Cylindrical-coordinate representation of color #016623: hue angle of 140.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016623 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB110235-
CMYK0.9900.660.6
HSL140.2º98.06%20.2%-
HSV(B)140.2º99.02%40%-
XYZ5.079.633.18-
YUV64.16111.5482.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 102 (40.23% from 255) = 73.91%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=0.72%
G=73.91%
B=25.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102350.9900.660.6140.298.0620.2
Hex16623630423C8c6214
Octal11464314301027421414224
Binary1110011010001111000110100001011110010001100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016623; }

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

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

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

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

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

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

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

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