#01642F

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

Shades of Crusoe #01642F

Tints of Crusoe #01642F

Color information

#01642F (or 0x01642F) is unknown color: approx Crusoe. HEX triplet: 01, 64 and 2F. RGB value is (1,100,47). Sum of RGB (Red+Green+Blue) = 1+100+47=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #01642F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01642F is #FE9BD0. Grayscale: #404040. Windows color (decimal): -16686033 or 3105793. OLE color: 3105793.

HSL color Cylindrical-coordinate representation of color #01642F: hue angle of 147.88º 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 #01642F is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB110047-
CMYK0.9900.530.61
HSL147.88º98.02%19.8%-
HSV(B)147.88º99%39.22%-
XYZ5.089.334.22-
YUV64.36118.282.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 100 (39.45% from 255) = 67.57%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=0.68%
G=67.57%
B=31.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100470.9900.530.61147.8898.0219.8
Hex1642F630353D946214
Octal1144571430657522414224
Binary111001001011111100011011010111110110010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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