#03B665

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

Shades of Jade #03B665

Tints of Jade #03B665

Color information

#03B665 (or 0x03B665) is unknown color: approx Jade. HEX triplet: 03, B6 and 65. RGB value is (3,182,101). Sum of RGB (Red+Green+Blue) = 3+182+101=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 182 (71.48% from 255 or 63.64% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 182 - color contains mainly: green. Hex color #03B665 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B665 is #FC499A. Grayscale: #777777. Windows color (decimal): -16533915 or 6665731. OLE color: 6665731.

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

Color convert

RGB3182101-
CMYK0.9800.450.29
HSL152.85º96.76%36.27%-
HSV(B)152.85º98.35%71.37%-
XYZ19.1134.4117.95-
YUV119.24117.745.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 182 (71.48% from 255) = 63.64%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=1.05%
G=63.64%
B=35.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31821010.9800.450.29152.8596.7636.27
Hex3B6656202D1D996124
Octal32661451420553523114144
Binary111011011011001011100010010110111101100110011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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