#025611

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

Shades of Crusoe #025611

Tints of Crusoe #025611

Color information

#025611 (or 0x025611) is unknown color: approx Crusoe. HEX triplet: 02, 56 and 11. RGB value is (2,86,17). Sum of RGB (Red+Green+Blue) = 2+86+17=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 86 (33.98% from 255 or 81.90% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 86 - color contains mainly: green. Hex color #025611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025611 is #FDA9EE. Grayscale: #353535. Windows color (decimal): -16624111 or 1136130. OLE color: 1136130.

HSL color Cylindrical-coordinate representation of color #025611: hue angle of 130.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025611 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB28617-
CMYK0.9800.800.66
HSL130.71º95.45%17.25%-
HSV(B)130.71º97.67%33.73%-
XYZ3.456.711.64-
YUV53.02107.6791.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 86 (33.98% from 255) = 81.90%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=1.90%
G=81.90%
B=16.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286170.9800.800.66130.7195.4517.25
Hex256116205042835f11
Octal212621142012010220313721
Binary10101011010001110001001010000100001010000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025611; }

 p { color: rgb(2,86,17); }

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

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

 a { background-color: rgb(2,86,17); }

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

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

 span { border-color: rgb(2,86,17); }

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