#01B374

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

Shades of Jade #01B374

Tints of Jade #01B374

Color information

#01B374 (or 0x01B374) is unknown color: approx Jade. HEX triplet: 01, B3 and 74. RGB value is (1,179,116). Sum of RGB (Red+Green+Blue) = 1+179+116=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 179 (70.31% from 255 or 60.47% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 179 - color contains mainly: green. Hex color #01B374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B374 is #FE4C8B. Grayscale: #767676. Windows color (decimal): -16665740 or 7648001. OLE color: 7648001.

HSL color Cylindrical-coordinate representation of color #01B374: hue angle of 158.76º 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 #01B374 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB1179116-
CMYK0.9900.350.30
HSL158.76º98.89%35.29%-
HSV(B)158.76º99.44%70.2%-
XYZ19.2933.5121.97-
YUV118.6126.5344.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 179 (70.31% from 255) = 60.47%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=0.34%
G=60.47%
B=39.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11791160.9900.350.30158.7698.8935.29
Hex1B374630231E9f6323
Octal12631641430433623714343
Binary11011001111101001100011010001111110100111111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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