#03B46D

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

Shades of Jade #03B46D

Tints of Jade #03B46D

Color information

#03B46D (or 0x03B46D) is unknown color: approx Jade. HEX triplet: 03, B4 and 6D. RGB value is (3,180,109). Sum of RGB (Red+Green+Blue) = 3+180+109=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 180 (70.70% from 255 or 61.64% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 180 - color contains mainly: green. Hex color #03B46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B46D is #FC4B92. Grayscale: #777777. Windows color (decimal): -16534419 or 7189507. OLE color: 7189507.

HSL color Cylindrical-coordinate representation of color #03B46D: hue angle of 155.93º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B46D is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB3180109-
CMYK0.9800.390.29
HSL155.93º96.72%35.88%-
HSV(B)155.93º98.33%70.59%-
XYZ19.1233.7719.98-
YUV118.98122.3645.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.03%
GREEN value IS 180 (70.70% from 255) = 61.64%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=1.03%
G=61.64%
B=37.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31801090.9800.390.29155.9396.7235.88
Hex3B46D620271D9c6124
Octal32641551420473523414144
Binary111011010011011011100010010011111101100111001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,180,109); }

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

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

 a { background-color: rgb(3,180,109); }

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

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

 span { border-color: rgb(3,180,109); }

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