#03BD79

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

Shades of Jade #03BD79

Tints of Jade #03BD79

Color information

#03BD79 (or 0x03BD79) is unknown color: approx Jade. HEX triplet: 03, BD and 79. RGB value is (3,189,121). Sum of RGB (Red+Green+Blue) = 3+189+121=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BD79 is #FC4286. Grayscale: #7D7D7D. Windows color (decimal): -16532103 or 7978243. OLE color: 7978243.

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

Color convert

RGB3189121-
CMYK0.9800.360.26
HSL158.06º96.88%37.65%-
HSV(B)158.06º98.41%74.12%-
XYZ21.6937.824.24-
YUV125.63125.3840.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.96%
GREEN value IS 189 (74.22% from 255) = 60.38%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=0.96%
G=60.38%
B=38.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31891210.9800.360.26158.0696.8837.65
Hex3BD79620241A9e6126
Octal32751711420443223614146
Binary111011110111110011100010010010011010100111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,189,121); }

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

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

 a { background-color: rgb(3,189,121); }

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

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

 span { border-color: rgb(3,189,121); }

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