#03B374

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

Shades of Jade #03B374

Tints of Jade #03B374

Color information

#03B374 (or 0x03B374) is unknown color: approx Jade. HEX triplet: 03, B3 and 74. RGB value is (3,179,116). Sum of RGB (Red+Green+Blue) = 3+179+116=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #03B374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B374 is #FC4C8B. Grayscale: #777777. Windows color (decimal): -16534668 or 7648003. OLE color: 7648003.

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

Color convert

RGB3179116-
CMYK0.9800.350.30
HSL158.52º96.7%35.69%-
HSV(B)158.52º98.32%70.2%-
XYZ19.3133.5221.98-
YUV119.19126.1945.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.01%
GREEN value IS 179 (70.31% from 255) = 60.07%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=1.01%
G=60.07%
B=38.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31791160.9800.350.30158.5296.735.69
Hex3B374620231E9f6124
Octal32631641420433623714144
Binary111011001111101001100010010001111110100111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,179,116); }

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

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

 a { background-color: rgb(3,179,116); }

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

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

 span { border-color: rgb(3,179,116); }

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