#085226

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

Shades of Crusoe #085226

Tints of Crusoe #085226

Color information

#085226 (or 0x085226) is unknown color: approx Crusoe. HEX triplet: 08, 52 and 26. RGB value is (8,82,38). Sum of RGB (Red+Green+Blue) = 8+82+38=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #085226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085226 is #F7ADD9. Grayscale: #363636. Windows color (decimal): -16231898 or 2511368. OLE color: 2511368.

HSL color Cylindrical-coordinate representation of color #085226: hue angle of 144.32º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085226 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB88238-
CMYK0.9000.540.68
HSL144.32º82.22%17.65%-
HSV(B)144.32º90.24%32.16%-
XYZ3.476.232.85-
YUV54.86118.4894.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 82 (32.42% from 255) = 64.06%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=6.25%
G=64.06%
B=29.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882380.9000.540.68144.3282.2217.65
Hex852265A03644905212
Octal101224613206610422012222
Binary1000101001010011010110100110110100010010010000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085226; }

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

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

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

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

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

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

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

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