#01732C

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

Shades of Crusoe #01732C

Tints of Crusoe #01732C

Color information

#01732C (or 0x01732C) is unknown color: approx Crusoe. HEX triplet: 01, 73 and 2C. RGB value is (1,115,44). Sum of RGB (Red+Green+Blue) = 1+115+44=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #01732C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01732C is #FE8CD3. Grayscale: #484848. Windows color (decimal): -16682196 or 2913025. OLE color: 2913025.

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

Color convert

RGB111544-
CMYK0.9900.620.55
HSL142.63º98.28%22.75%-
HSV(B)142.63º99.13%45.1%-
XYZ6.612.454.44-
YUV72.82111.7376.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 115 (45.31% from 255) = 71.88%
BLUE value IS 44 (17.58% from 255) = 27.5%
R=0.62%
G=71.88%
B=27.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1115440.9900.620.55142.6398.2822.75
Hex1732C6303E378f6217
Octal1163541430766721714227
Binary111100111011001100011011111011011110001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01732C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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