#03B375

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

Shades of Jade #03B375

Tints of Jade #03B375

Color information

#03B375 (or 0x03B375) is unknown color: approx Jade. HEX triplet: 03, B3 and 75. RGB value is (3,179,117). Sum of RGB (Red+Green+Blue) = 3+179+117=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #03B375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B375 is #FC4C8A. Grayscale: #777777. Windows color (decimal): -16534667 or 7713539. OLE color: 7713539.

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

Color convert

RGB3179117-
CMYK0.9800.350.30
HSL158.86º96.7%35.69%-
HSV(B)158.86º98.32%70.2%-
XYZ19.3733.5422.28-
YUV119.31126.6945.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.00%
GREEN value IS 179 (70.31% from 255) = 59.87%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=1.00%
G=59.87%
B=39.13%

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
Decimal31791170.9800.350.30158.8696.735.69
Hex3B375620231E9f6124
Octal32631651420433623714144
Binary111011001111101011100010010001111110100111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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