#0A6423

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

Shades of Crusoe #0A6423

Tints of Crusoe #0A6423

Color information

#0A6423 (or 0x0A6423) is unknown color: approx Crusoe. HEX triplet: 0A, 64 and 23. RGB value is (10,100,35). Sum of RGB (Red+Green+Blue) = 10+100+35=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 100 (39.45% from 255 or 68.97% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 100 - color contains mainly: green. Hex color #0A6423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6423 is #F59BDC. Grayscale: #414141. Windows color (decimal): -16096221 or 2319370. OLE color: 2319370.

HSL color Cylindrical-coordinate representation of color #0A6423: hue angle of 136.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 #0A6423 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB1010035-
CMYK0.9000.650.61
HSL136.67º81.82%21.57%-
HSV(B)136.67º90%39.22%-
XYZ4.999.33.12-
YUV65.68110.6888.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.90%
GREEN value IS 100 (39.45% from 255) = 68.97%
BLUE value IS 35 (14.06% from 255) = 24.14%
R=6.90%
G=68.97%
B=24.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10100350.9000.650.61136.6781.8221.57
HexA64235A0413D895216
Octal121444313201017521112226
Binary1010110010010001110110100100000111110110001001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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