#03B469

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

Shades of Jade #03B469

Tints of Jade #03B469

Color information

#03B469 (or 0x03B469) is unknown color: approx Jade. HEX triplet: 03, B4 and 69. RGB value is (3,180,105). Sum of RGB (Red+Green+Blue) = 3+180+105=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 180 (70.70% from 255 or 62.5% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 180 - color contains mainly: green. Hex color #03B469 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B469 is #FC4B96. Grayscale: #767676. Windows color (decimal): -16534423 or 6927363. OLE color: 6927363.

HSL color Cylindrical-coordinate representation of color #03B469: hue angle of 154.58º 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 #03B469 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB3180105-
CMYK0.9800.420.29
HSL154.58º96.72%35.88%-
HSV(B)154.58º98.33%70.59%-
XYZ18.9133.6818.87-
YUV118.53120.3645.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 180 (70.70% from 255) = 62.5%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=1.04%
G=62.5%
B=36.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31801050.9800.420.29154.5896.7235.88
Hex3B4696202A1D9b6124
Octal32641511420523523314144
Binary111011010011010011100010010101011101100110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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