#085425

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

Shades of Crusoe #085425

Tints of Crusoe #085425

Color information

#085425 (or 0x085425) is unknown color: approx Crusoe. HEX triplet: 08, 54 and 25. RGB value is (8,84,37). Sum of RGB (Red+Green+Blue) = 8+84+37=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #085425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085425 is #F7ABDA. Grayscale: #383838. Windows color (decimal): -16231387 or 2446344. OLE color: 2446344.

HSL color Cylindrical-coordinate representation of color #085425: hue angle of 142.89º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085425 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB88437-
CMYK0.9000.560.67
HSL142.89º82.61%18.04%-
HSV(B)142.89º90.48%32.94%-
XYZ3.66.532.82-
YUV55.92117.3293.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 84 (33.20% from 255) = 65.12%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=6.20%
G=65.12%
B=28.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884370.9000.560.67142.8982.6118.04
Hex854255A038438f5312
Octal101244513207010321712322
Binary1000101010010010110110100111000100001110001111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085425; }

 p { color: rgb(8,84,37); }

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

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

 a { background-color: rgb(8,84,37); }

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

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

 span { border-color: rgb(8,84,37); }

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