#0A7332

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

Shades of Fun Green #0A7332

Tints of Fun Green #0A7332

Color information

#0A7332 (or 0x0A7332) is unknown color: approx Fun Green. HEX triplet: 0A, 73 and 32. RGB value is (10,115,50). Sum of RGB (Red+Green+Blue) = 10+115+50=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7332 is #F58CCD. Grayscale: #4C4C4C. Windows color (decimal): -16092366 or 3306250. OLE color: 3306250.

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

Color convert

RGB1011550-
CMYK0.9100.570.55
HSL142.86º84%24.51%-
HSV(B)142.86º91.3%45.1%-
XYZ6.8312.565.08-
YUV76.19113.2180.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 115 (45.31% from 255) = 65.71%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=5.71%
G=65.71%
B=28.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10115500.9100.570.55142.868424.51
HexA73325B039378f5419
Octal12163621330716721712431
Binary101011100111100101011011011100111011110001111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,115,50); }

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

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

 a { background-color: rgb(10,115,50); }

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

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

 span { border-color: rgb(10,115,50); }

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