#01601D

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

Shades of Crusoe #01601D

Tints of Crusoe #01601D

Color information

#01601D (or 0x01601D) is unknown color: approx Crusoe. HEX triplet: 01, 60 and 1D. RGB value is (1,96,29). Sum of RGB (Red+Green+Blue) = 1+96+29=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #01601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01601D is #FE9FE2. Grayscale: #3C3C3C. Windows color (decimal): -16687075 or 1925121. OLE color: 1925121.

HSL color Cylindrical-coordinate representation of color #01601D: hue angle of 137.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01601D is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB19629-
CMYK0.9900.700.62
HSL137.68º97.94%19.02%-
HSV(B)137.68º98.96%37.65%-
XYZ4.428.462.56-
YUV59.96110.5385.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 96 (37.89% from 255) = 76.19%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=0.79%
G=76.19%
B=23.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196290.9900.700.62137.6897.9419.02
Hex1601D630463E8a6213
Octal11403514301067621214223
Binary111000001110111000110100011011111010001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01601D; }

 p { color: rgb(1,96,29); }

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

<style>
 a { background-color: #01601D; }

 a { background-color: rgb(1,96,29); }

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

<style>
 span { border-color: #01601D; }

 span { border-color: rgb(1,96,29); }

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