#0A6828

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

Shades of Crusoe #0A6828

Tints of Crusoe #0A6828

Color information

#0A6828 (or 0x0A6828) is unknown color: approx Crusoe. HEX triplet: 0A, 68 and 28. RGB value is (10,104,40). Sum of RGB (Red+Green+Blue) = 10+104+40=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6828 is #F597D7. Grayscale: #444444. Windows color (decimal): -16095192 or 2648074. OLE color: 2648074.

HSL color Cylindrical-coordinate representation of color #0A6828: hue angle of 139.15º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6828 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1010440-
CMYK0.9000.620.59
HSL139.15º82.46%22.35%-
HSV(B)139.15º90.38%40.78%-
XYZ5.4610.123.67-
YUV68.6111.8686.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 104 (41.02% from 255) = 67.53%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=6.49%
G=67.53%
B=25.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104400.9000.620.59139.1582.4622.35
HexA68285A03E3B8b5216
Octal12150501320767321312226
Binary101011010001010001011010011111011101110001011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,104,40); }

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

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

 a { background-color: rgb(10,104,40); }

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

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

 span { border-color: rgb(10,104,40); }

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