#0A6426

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

Shades of Crusoe #0A6426

Tints of Crusoe #0A6426

Color information

#0A6426 (or 0x0A6426) is unknown color: approx Crusoe. HEX triplet: 0A, 64 and 26. RGB value is (10,100,38). Sum of RGB (Red+Green+Blue) = 10+100+38=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #0A6426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6426 is #F59BD9. Grayscale: #424242. Windows color (decimal): -16096218 or 2515978. OLE color: 2515978.

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

Color convert

RGB1010038-
CMYK0.9000.620.61
HSL138.67º81.82%21.57%-
HSV(B)138.67º90%39.22%-
XYZ5.039.323.37-
YUV66.02112.1888.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.76%
GREEN value IS 100 (39.45% from 255) = 67.57%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=6.76%
G=67.57%
B=25.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10100380.9000.620.61138.6781.8221.57
HexA64265A03E3D8b5216
Octal12144461320767521312226
Binary101011001001001101011010011111011110110001011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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