#0A5226

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

Shades of Crusoe #0A5226

Tints of Crusoe #0A5226

Color information

#0A5226 (or 0x0A5226) is unknown color: approx Crusoe. HEX triplet: 0A, 52 and 26. RGB value is (10,82,38). Sum of RGB (Red+Green+Blue) = 10+82+38=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5226 is #F5ADD9. Grayscale: #373737. Windows color (decimal): -16100826 or 2511370. OLE color: 2511370.

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

Color convert

RGB108238-
CMYK0.8800.540.68
HSL143.33º78.26%18.04%-
HSV(B)143.33º87.8%32.16%-
XYZ3.496.242.85-
YUV55.46118.1595.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.69%
GREEN value IS 82 (32.42% from 255) = 63.08%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=7.69%
G=63.08%
B=29.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1082380.8800.540.68143.3378.2618.04
HexA522658036448f4e12
Octal121224613006610421711622
Binary1010101001010011010110000110110100010010001111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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