#0A6130

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

Shades of Crusoe #0A6130

Tints of Crusoe #0A6130

Color information

#0A6130 (or 0x0A6130) is unknown color: approx Crusoe. HEX triplet: 0A, 61 and 30. RGB value is (10,97,48). Sum of RGB (Red+Green+Blue) = 10+97+48=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #0A6130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6130 is #F59ECF. Grayscale: #414141. Windows color (decimal): -16096976 or 3170570. OLE color: 3170570.

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

Color convert

RGB109748-
CMYK0.9000.510.62
HSL146.21º81.31%20.98%-
HSV(B)146.21º89.69%38.04%-
XYZ4.938.834.24-
YUV65.4118.1888.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 97 (38.28% from 255) = 62.58%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=6.45%
G=62.58%
B=30.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1097480.9000.510.62146.2181.3120.98
HexA61305A0333E925115
Octal12141601320637622212125
Binary101011000011100001011010011001111111010010010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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