#03B778

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

Shades of Jade #03B778

Tints of Jade #03B778

Color information

#03B778 (or 0x03B778) is unknown color: approx Jade. HEX triplet: 03, B7 and 78. RGB value is (3,183,120). Sum of RGB (Red+Green+Blue) = 3+183+120=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #03B778 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B778 is #FC4887. Grayscale: #7A7A7A. Windows color (decimal): -16533640 or 7911171. OLE color: 7911171.

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

Color convert

RGB3183120-
CMYK0.9800.340.28
HSL159º96.77%36.47%-
HSV(B)159º98.36%71.76%-
XYZ20.3635.2423.5-
YUV122126.8743.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 183 (71.88% from 255) = 59.80%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=0.98%
G=59.80%
B=39.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31831200.9800.340.2815996.7736.47
Hex3B778620221C9f6124
Octal32671701420423423714144
Binary111011011111110001100010010001011100100111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,183,120); }

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

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

 a { background-color: rgb(3,183,120); }

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

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

 span { border-color: rgb(3,183,120); }

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