#03B365

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

Shades of Jade #03B365

Tints of Jade #03B365

Color information

#03B365 (or 0x03B365) is unknown color: approx Jade. HEX triplet: 03, B3 and 65. RGB value is (3,179,101). Sum of RGB (Red+Green+Blue) = 3+179+101=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #03B365 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B365 is #FC4C9A. Grayscale: #757575. Windows color (decimal): -16534683 or 6664963. OLE color: 6664963.

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

Color convert

RGB3179101-
CMYK0.9800.440.30
HSL153.41º96.7%35.69%-
HSV(B)153.41º98.32%70.2%-
XYZ18.5133.217.74-
YUV117.48118.6946.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 179 (70.31% from 255) = 63.25%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=1.06%
G=63.25%
B=35.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31791010.9800.440.30153.4196.735.69
Hex3B3656202C1E996124
Octal32631451420543623114144
Binary111011001111001011100010010110011110100110011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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