#01682C

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

Shades of Crusoe #01682C

Tints of Crusoe #01682C

Color information

#01682C (or 0x01682C) is unknown color: approx Crusoe. HEX triplet: 01, 68 and 2C. RGB value is (1,104,44). Sum of RGB (Red+Green+Blue) = 1+104+44=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #01682C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01682C is #FE97D3. Grayscale: #424242. Windows color (decimal): -16685012 or 2910209. OLE color: 2910209.

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

Color convert

RGB110444-
CMYK0.9900.580.59
HSL145.05º98.1%20.59%-
HSV(B)145.05º99.04%40.78%-
XYZ5.4210.094.04-
YUV66.36115.3881.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 104 (41.02% from 255) = 69.80%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=0.67%
G=69.80%
B=29.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104440.9900.580.59145.0598.120.59
Hex1682C6303A3B916215
Octal1150541430727322114225
Binary111010001011001100011011101011101110010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01682C; }

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

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

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

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

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

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

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

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