#016927

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

Shades of Crusoe #016927

Tints of Crusoe #016927

Color information

#016927 (or 0x016927) is unknown color: approx Crusoe. HEX triplet: 01, 69 and 27. RGB value is (1,105,39). Sum of RGB (Red+Green+Blue) = 1+105+39=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 105 (41.41% from 255 or 72.41% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 105 - color contains mainly: green. Hex color #016927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016927 is #FE96D8. Grayscale: #424242. Windows color (decimal): -16684761 or 2582785. OLE color: 2582785.

HSL color Cylindrical-coordinate representation of color #016927: hue angle of 141.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016927 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB110539-
CMYK0.9900.630.59
HSL141.92º98.11%20.78%-
HSV(B)141.92º99.05%41.18%-
XYZ5.4310.263.61-
YUV66.38112.5481.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 105 (41.41% from 255) = 72.41%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=0.69%
G=72.41%
B=26.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1105390.9900.630.59141.9298.1120.78
Hex169276303F3B8e6215
Octal1151471430777321614225
Binary111010011001111100011011111111101110001110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016927; }

 p { color: rgb(1,105,39); }

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

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

 a { background-color: rgb(1,105,39); }

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

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

 span { border-color: rgb(1,105,39); }

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