#01712B

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

Shades of Crusoe #01712B

Tints of Crusoe #01712B

Color information

#01712B (or 0x01712B) is unknown color: approx Crusoe. HEX triplet: 01, 71 and 2B. RGB value is (1,113,43). Sum of RGB (Red+Green+Blue) = 1+113+43=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #01712B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01712B is #FE8ED4. Grayscale: #474747. Windows color (decimal): -16682709 or 2846977. OLE color: 2846977.

HSL color Cylindrical-coordinate representation of color #01712B: hue angle of 142.5º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01712B is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB111343-
CMYK0.9900.620.56
HSL142.5º98.25%22.35%-
HSV(B)142.5º99.12%44.31%-
XYZ6.3511.994.27-
YUV71.53111.8977.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 113 (44.53% from 255) = 71.97%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=0.64%
G=71.97%
B=27.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113430.9900.620.56142.598.2522.35
Hex1712B6303E388e6216
Octal1161531430767021614226
Binary111100011010111100011011111011100010001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01712B; }

 p { color: rgb(1,113,43); }

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

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

 a { background-color: rgb(1,113,43); }

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

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

 span { border-color: rgb(1,113,43); }

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