#01632E

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

Shades of Crusoe #01632E

Tints of Crusoe #01632E

Color information

#01632E (or 0x01632E) is unknown color: approx Crusoe. HEX triplet: 01, 63 and 2E. RGB value is (1,99,46). Sum of RGB (Red+Green+Blue) = 1+99+46=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #01632E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01632E is #FE9CD1. Grayscale: #3F3F3F. Windows color (decimal): -16686290 or 3040001. OLE color: 3040001.

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

Color convert

RGB19946-
CMYK0.9900.540.61
HSL147.55º98%19.61%-
HSV(B)147.55º98.99%38.82%-
XYZ4.979.134.08-
YUV63.66118.0383.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 99 (39.06% from 255) = 67.81%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=0.68%
G=67.81%
B=31.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199460.9900.540.61147.559819.61
Hex1632E630363D946214
Octal1143561430667522414224
Binary111000111011101100011011011011110110010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01632E; }

 p { color: rgb(1,99,46); }

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

<style>
 a { background-color: #01632E; }

 a { background-color: rgb(1,99,46); }

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

<style>
 span { border-color: #01632E; }

 span { border-color: rgb(1,99,46); }

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