#03A367

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

Shades of Jade #03A367

Tints of Jade #03A367

Color information

#03A367 (or 0x03A367) is unknown color: approx Jade. HEX triplet: 03, A3 and 67. RGB value is (3,163,103). Sum of RGB (Red+Green+Blue) = 3+163+103=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #03A367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A367 is #FC5C98. Grayscale: #6C6C6C. Windows color (decimal): -16538777 or 6791939. OLE color: 6791939.

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

Color convert

RGB3163103-
CMYK0.9800.370.36
HSL157.5º96.39%32.55%-
HSV(B)157.5º98.16%63.92%-
XYZ15.5827.1917.26-
YUV108.32124.9952.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 163 (64.06% from 255) = 60.59%
BLUE value IS 103 (40.62% from 255) = 38.29%
R=1.12%
G=60.59%
B=38.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31631030.9800.370.36157.596.3932.55
Hex3A36762025249e6021
Octal32431471420454423614041
Binary1110100011110011111000100100101100100100111101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,163,103); }

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

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

 a { background-color: rgb(3,163,103); }

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

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

 span { border-color: rgb(3,163,103); }

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