#01713C

Color #01713C Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #01713C

Tints of Jewel #01713C

Color information

#01713C (or 0x01713C) is unknown color: approx Jewel. HEX triplet: 01, 71 and 3C. RGB value is (1,113,60). Sum of RGB (Red+Green+Blue) = 1+113+60=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #01713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01713C is #FE8EC3. Grayscale: #494949. Windows color (decimal): -16682692 or 3961089. OLE color: 3961089.

HSL color Cylindrical-coordinate representation of color #01713C: hue angle of 151.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01713C is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB111360-
CMYK0.9900.470.56
HSL151.61º98.25%22.35%-
HSV(B)151.61º99.12%44.31%-
XYZ6.7312.146.26-
YUV73.47120.3976.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 113 (44.53% from 255) = 64.94%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=0.57%
G=64.94%
B=34.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113600.9900.470.56151.6198.2522.35
Hex1713C6302F38986216
Octal1161741430577023014226
Binary111100011111001100011010111111100010011000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01713C; }

 p { color: rgb(1,113,60); }

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

<style>
 a { background-color: #01713C; }

 a { background-color: rgb(1,113,60); }

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

<style>
 span { border-color: #01713C; }

 span { border-color: rgb(1,113,60); }

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