#0A622F

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

Shades of Crusoe #0A622F

Tints of Crusoe #0A622F

Color information

#0A622F (or 0x0A622F) is unknown color: approx Crusoe. HEX triplet: 0A, 62 and 2F. RGB value is (10,98,47). Sum of RGB (Red+Green+Blue) = 10+98+47=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #0A622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A622F is #F59DD0. Grayscale: #414141. Windows color (decimal): -16096721 or 3105290. OLE color: 3105290.

HSL color Cylindrical-coordinate representation of color #0A622F: hue angle of 145.23º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A622F is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB109847-
CMYK0.9000.520.62
HSL145.23º81.48%21.18%-
HSV(B)145.23º89.8%38.43%-
XYZ5.019.014.16-
YUV65.87117.3588.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 98 (38.67% from 255) = 63.23%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=6.45%
G=63.23%
B=30.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1098470.9000.520.62145.2381.4821.18
HexA622F5A0343E915115
Octal12142571320647622112125
Binary101011000101011111011010011010011111010010001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,98,47); }

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

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

 a { background-color: rgb(10,98,47); }

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

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

 span { border-color: rgb(10,98,47); }

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