#03B165

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

Shades of Jade #03B165

Tints of Jade #03B165

Color information

#03B165 (or 0x03B165) is unknown color: approx Jade. HEX triplet: 03, B1 and 65. RGB value is (3,177,101). Sum of RGB (Red+Green+Blue) = 3+177+101=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #03B165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B165 is #FC4E9A. Grayscale: #747474. Windows color (decimal): -16535195 or 6664451. OLE color: 6664451.

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

Color convert

RGB3177101-
CMYK0.9800.430.31
HSL153.79º96.67%35.29%-
HSV(B)153.79º98.31%69.41%-
XYZ18.1132.417.61-
YUV116.31119.3547.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 177 (69.53% from 255) = 62.99%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=1.07%
G=62.99%
B=35.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31771010.9800.430.31153.7996.6735.29
Hex3B1656202B1F9a6123
Octal32611451420533723214143
Binary111011000111001011100010010101111111100110101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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