#085926

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

Shades of Crusoe #085926

Tints of Crusoe #085926

Color information

#085926 (or 0x085926) is unknown color: approx Crusoe. HEX triplet: 08, 59 and 26. RGB value is (8,89,38). Sum of RGB (Red+Green+Blue) = 8+89+38=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 89 (35.16% from 255 or 65.93% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 89 - color contains mainly: green. Hex color #085926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085926 is #F7A6D9. Grayscale: #3B3B3B. Windows color (decimal): -16230106 or 2513160. OLE color: 2513160.

HSL color Cylindrical-coordinate representation of color #085926: hue angle of 142.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085926 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB88938-
CMYK0.9100.570.65
HSL142.22º83.51%19.02%-
HSV(B)142.22º91.01%34.9%-
XYZ4.027.343.04-
YUV58.97116.1691.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 89 (35.16% from 255) = 65.93%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=5.93%
G=65.93%
B=28.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889380.9100.570.65142.2283.5119.02
Hex859265B039418e5413
Octal101314613307110121612423
Binary1000101100110011010110110111001100000110001110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085926; }

 p { color: rgb(8,89,38); }

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

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

 a { background-color: rgb(8,89,38); }

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

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

 span { border-color: rgb(8,89,38); }

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