#0A5626

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

Shades of Crusoe #0A5626

Tints of Crusoe #0A5626

Color information

#0A5626 (or 0x0A5626) is unknown color: approx Crusoe. HEX triplet: 0A, 56 and 26. RGB value is (10,86,38). Sum of RGB (Red+Green+Blue) = 10+86+38=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5626 is #F5A9D9. Grayscale: #393939. Windows color (decimal): -16099802 or 2512394. OLE color: 2512394.

HSL color Cylindrical-coordinate representation of color #0A5626: hue angle of 142.11º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5626 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB108638-
CMYK0.8800.560.66
HSL142.11º79.17%18.82%-
HSV(B)142.11º88.37%33.73%-
XYZ3.86.862.96-
YUV57.8116.8293.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.46%
GREEN value IS 86 (33.98% from 255) = 64.18%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=7.46%
G=64.18%
B=28.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1086380.8800.560.66142.1179.1718.82
HexA562658038428e4f13
Octal121264613007010221611723
Binary1010101011010011010110000111000100001010001110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5626; }

 p { color: rgb(10,86,38); }

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

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

 a { background-color: rgb(10,86,38); }

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

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

 span { border-color: rgb(10,86,38); }

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