#01B379

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

Shades of Jade #01B379

Tints of Jade #01B379

Color information

#01B379 (or 0x01B379) is unknown color: approx Jade. HEX triplet: 01, B3 and 79. RGB value is (1,179,121). Sum of RGB (Red+Green+Blue) = 1+179+121=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #01B379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B379 is #FE4C86. Grayscale: #777777. Windows color (decimal): -16665735 or 7975681. OLE color: 7975681.

HSL color Cylindrical-coordinate representation of color #01B379: hue angle of 160.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B379 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB1179121-
CMYK0.9900.320.30
HSL160.45º98.89%35.29%-
HSV(B)160.45º99.44%70.2%-
XYZ19.5833.6323.55-
YUV119.17129.0343.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 179 (70.31% from 255) = 59.47%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=0.33%
G=59.47%
B=40.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11791210.9900.320.30160.4598.8935.29
Hex1B379630201Ea06323
Octal12631711430403624014343
Binary11011001111110011100011010000011110101000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B379; }

 p { color: rgb(1,179,121); }

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

<style>
 a { background-color: #01B379; }

 a { background-color: rgb(1,179,121); }

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

<style>
 span { border-color: #01B379; }

 span { border-color: rgb(1,179,121); }

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