#0A621C

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

Shades of Crusoe #0A621C

Tints of Crusoe #0A621C

Color information

#0A621C (or 0x0A621C) is unknown color: approx Crusoe. HEX triplet: 0A, 62 and 1C. RGB value is (10,98,28). Sum of RGB (Red+Green+Blue) = 10+98+28=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #0A621C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A621C is #F59DE3. Grayscale: #3F3F3F. Windows color (decimal): -16096740 or 1860106. OLE color: 1860106.

HSL color Cylindrical-coordinate representation of color #0A621C: hue angle of 132.27º 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 #0A621C is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB109828-
CMYK0.9000.710.62
HSL132.27º81.48%21.18%-
HSV(B)132.27º89.8%38.43%-
XYZ4.78.882.57-
YUV63.71107.8589.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.35%
GREEN value IS 98 (38.67% from 255) = 72.06%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=7.35%
G=72.06%
B=20.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1098280.9000.710.62132.2781.4821.18
HexA621C5A0473E845115
Octal121423413201077620412125
Binary101011000101110010110100100011111111010000100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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