#016125

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

Shades of Crusoe #016125

Tints of Crusoe #016125

Color information

#016125 (or 0x016125) is unknown color: approx Crusoe. HEX triplet: 01, 61 and 25. RGB value is (1,97,37). Sum of RGB (Red+Green+Blue) = 1+97+37=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #016125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016125 is #FE9EDA. Grayscale: #3D3D3D. Windows color (decimal): -16686811 or 2449665. OLE color: 2449665.

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

Color convert

RGB19737-
CMYK0.9900.620.62
HSL142.5º97.96%19.22%-
HSV(B)142.5º98.97%38.04%-
XYZ4.628.693.18-
YUV61.46114.284.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 97 (38.28% from 255) = 71.85%
BLUE value IS 37 (14.84% from 255) = 27.41%
R=0.74%
G=71.85%
B=27.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197370.9900.620.62142.597.9619.22
Hex161256303E3E8e6213
Octal1141451430767621614223
Binary111000011001011100011011111011111010001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016125; }

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

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

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

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

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

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

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

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