#01642B

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

Shades of Crusoe #01642B

Tints of Crusoe #01642B

Color information

#01642B (or 0x01642B) is unknown color: approx Crusoe. HEX triplet: 01, 64 and 2B. RGB value is (1,100,43). Sum of RGB (Red+Green+Blue) = 1+100+43=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #01642B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01642B is #FE9BD4. Grayscale: #404040. Windows color (decimal): -16686037 or 2843649. OLE color: 2843649.

HSL color Cylindrical-coordinate representation of color #01642B: hue angle of 145.45º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01642B is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB110043-
CMYK0.9900.570.61
HSL145.45º98.02%19.8%-
HSV(B)145.45º99%39.22%-
XYZ5.019.33.82-
YUV63.9116.283.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 100 (39.45% from 255) = 69.44%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=0.69%
G=69.44%
B=29.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100430.9900.570.61145.4598.0219.8
Hex1642B630393D916214
Octal1144531430717522114224
Binary111001001010111100011011100111110110010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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