#0A6133

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

Shades of Crusoe #0A6133

Tints of Crusoe #0A6133

Color information

#0A6133 (or 0x0A6133) is unknown color: approx Crusoe. HEX triplet: 0A, 61 and 33. RGB value is (10,97,51). Sum of RGB (Red+Green+Blue) = 10+97+51=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #0A6133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6133 is #F59ECC. Grayscale: #414141. Windows color (decimal): -16096973 or 3367178. OLE color: 3367178.

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

Color convert

RGB109751-
CMYK0.9000.470.62
HSL148.28º81.31%20.98%-
HSV(B)148.28º89.69%38.04%-
XYZ58.854.58-
YUV65.74119.6888.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 97 (38.28% from 255) = 61.39%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=6.33%
G=61.39%
B=32.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1097510.9000.470.62148.2881.3120.98
HexA61335A02F3E945115
Octal12141631320577622412125
Binary101011000011100111011010010111111111010010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,97,51); }

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

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

 a { background-color: rgb(10,97,51); }

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

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

 span { border-color: rgb(10,97,51); }

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