#01613E

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

Shades of Jewel #01613E

Tints of Jewel #01613E

Color information

#01613E (or 0x01613E) is unknown color: approx Jewel. HEX triplet: 01, 61 and 3E. RGB value is (1,97,62). Sum of RGB (Red+Green+Blue) = 1+97+62=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #01613E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01613E is #FE9EC1. Grayscale: #404040. Windows color (decimal): -16686786 or 4088065. OLE color: 4088065.

HSL color Cylindrical-coordinate representation of color #01613E: hue angle of 158.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01613E is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB19762-
CMYK0.9900.360.62
HSL158.12º97.96%19.22%-
HSV(B)158.12º98.97%38.04%-
XYZ5.168.96-
YUV64.31126.782.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 97 (38.28% from 255) = 60.62%
BLUE value IS 62 (24.61% from 255) = 38.75%
R=0.62%
G=60.62%
B=38.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197620.9900.360.62158.1297.9619.22
Hex1613E630243E9e6213
Octal1141761430447623614223
Binary111000011111101100011010010011111010011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01613E; }

 p { color: rgb(1,97,62); }

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

<style>
 a { background-color: #01613E; }

 a { background-color: rgb(1,97,62); }

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

<style>
 span { border-color: #01613E; }

 span { border-color: rgb(1,97,62); }

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