#03A672

Color #03A672 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #03A672

Tints of Jade #03A672

Color information

#03A672 (or 0x03A672) is unknown color: approx Jade. HEX triplet: 03, A6 and 72. RGB value is (3,166,114). Sum of RGB (Red+Green+Blue) = 3+166+114=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #03A672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A672 is #FC598D. Grayscale: #6F6F6F. Windows color (decimal): -16537998 or 7513603. OLE color: 7513603.

HSL color Cylindrical-coordinate representation of color #03A672: hue angle of 160.86º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A672 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB3166114-
CMYK0.9800.310.35
HSL160.86º96.45%33.14%-
HSV(B)160.86º98.19%65.1%-
XYZ16.7128.5120.54-
YUV111.34129.550.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 166 (65.23% from 255) = 58.66%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=1.06%
G=58.66%
B=40.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31661140.9800.310.35160.8696.4533.14
Hex3A6726201F23a16021
Octal32461621420374324114041
Binary111010011011100101100010011111100011101000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A672; }

 p { color: rgb(3,166,114); }

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

<style>
 a { background-color: #03A672; }

 a { background-color: rgb(3,166,114); }

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

<style>
 span { border-color: #03A672; }

 span { border-color: rgb(3,166,114); }

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