#01611B

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

Shades of Crusoe #01611B

Tints of Crusoe #01611B

Color information

#01611B (or 0x01611B) is unknown color: approx Crusoe. HEX triplet: 01, 61 and 1B. RGB value is (1,97,27). Sum of RGB (Red+Green+Blue) = 1+97+27=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 97 (38.28% from 255 or 77.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 97 - color contains mainly: green. Hex color #01611B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01611B is #FE9EE4. Grayscale: #3C3C3C. Windows color (decimal): -16686821 or 1794305. OLE color: 1794305.

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

Color convert

RGB19727-
CMYK0.9900.720.62
HSL136.25º97.96%19.22%-
HSV(B)136.25º98.97%38.04%-
XYZ4.498.632.47-
YUV60.32109.285.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 97 (38.28% from 255) = 77.6%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=0.8%
G=77.6%
B=21.6%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197270.9900.720.62136.2597.9619.22
Hex1611B630483E886213
Octal11413314301107621014223
Binary111000011101111000110100100011111010001000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,97,27); }

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

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

 a { background-color: rgb(1,97,27); }

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

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

 span { border-color: rgb(1,97,27); }

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