#0A7530

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

Shades of Camarone #0A7530

Tints of Camarone #0A7530

Color information

#0A7530 (or 0x0A7530) is unknown color: approx Camarone. HEX triplet: 0A, 75 and 30. RGB value is (10,117,48). Sum of RGB (Red+Green+Blue) = 10+117+48=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7530 is #F58ACF. Grayscale: #4D4D4D. Windows color (decimal): -16091856 or 3175690. OLE color: 3175690.

HSL color Cylindrical-coordinate representation of color #0A7530: hue angle of 141.31º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7530 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1011748-
CMYK0.9100.590.54
HSL141.31º84.25%24.9%-
HSV(B)141.31º91.45%45.88%-
XYZ7.02134.94-
YUV77.14111.5580.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 117 (46.09% from 255) = 66.86%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=5.71%
G=66.86%
B=27.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117480.9100.590.54141.3184.2524.9
HexA75305B03B368d5419
Octal12165601330736621512431
Binary101011101011100001011011011101111011010001101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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