#01612C

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

Shades of Crusoe #01612C

Tints of Crusoe #01612C

Color information

#01612C (or 0x01612C) is unknown color: approx Crusoe. HEX triplet: 01, 61 and 2C. RGB value is (1,97,44). Sum of RGB (Red+Green+Blue) = 1+97+44=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 97 (38.28% from 255 or 68.31% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 97 - color contains mainly: green. Hex color #01612C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01612C is #FE9ED3. Grayscale: #3E3E3E. Windows color (decimal): -16686804 or 2908417. OLE color: 2908417.

HSL color Cylindrical-coordinate representation of color #01612C: hue angle of 146.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01612C is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB19744-
CMYK0.9900.550.62
HSL146.88º97.96%19.22%-
HSV(B)146.88º98.97%38.04%-
XYZ4.748.743.82-
YUV62.25117.784.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 97 (38.28% from 255) = 68.31%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=0.70%
G=68.31%
B=30.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197440.9900.550.62146.8897.9619.22
Hex1612C630373E936213
Octal1141541430677622314223
Binary111000011011001100011011011111111010010011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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