#03B161

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

Shades of Jade #03B161

Tints of Jade #03B161

Color information

#03B161 (or 0x03B161) is unknown color: approx Jade. HEX triplet: 03, B1 and 61. RGB value is (3,177,97). Sum of RGB (Red+Green+Blue) = 3+177+97=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #03B161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B161 is #FC4E9E. Grayscale: #747474. Windows color (decimal): -16535199 or 6402307. OLE color: 6402307.

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

Color convert

RGB317797-
CMYK0.9800.450.31
HSL152.41º96.67%35.29%-
HSV(B)152.41º98.31%69.41%-
XYZ17.9232.3316.6-
YUV115.85117.3547.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 177 (69.53% from 255) = 63.90%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=1.08%
G=63.90%
B=35.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3177970.9800.450.31152.4196.6735.29
Hex3B1616202D1F986123
Octal32611411420553723014143
Binary111011000111000011100010010110111111100110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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