#01601F

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

Shades of Crusoe #01601F

Tints of Crusoe #01601F

Color information

#01601F (or 0x01601F) is unknown color: approx Crusoe. HEX triplet: 01, 60 and 1F. RGB value is (1,96,31). Sum of RGB (Red+Green+Blue) = 1+96+31=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #01601F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01601F is #FE9FE0. Grayscale: #3C3C3C. Windows color (decimal): -16687073 or 2056193. OLE color: 2056193.

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

Color convert

RGB19631-
CMYK0.9900.680.62
HSL138.95º97.94%19.02%-
HSV(B)138.95º98.96%37.65%-
XYZ4.448.472.7-
YUV60.18111.5385.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 96 (37.89% from 255) = 75%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=0.78%
G=75%
B=24.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196310.9900.680.62138.9597.9419.02
Hex1601F630443E8b6213
Octal11403714301047621314223
Binary111000001111111000110100010011111010001011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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