#01613B

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

Shades of Jewel #01613B

Tints of Jewel #01613B

Color information

#01613B (or 0x01613B) is unknown color: approx Jewel. HEX triplet: 01, 61 and 3B. RGB value is (1,97,59). Sum of RGB (Red+Green+Blue) = 1+97+59=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #01613B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01613B is #FE9EC4. Grayscale: #404040. Windows color (decimal): -16686789 or 3891457. OLE color: 3891457.

HSL color Cylindrical-coordinate representation of color #01613B: hue angle of 156.25º 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 #01613B is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB19759-
CMYK0.9900.390.62
HSL156.25º97.96%19.22%-
HSV(B)156.25º98.97%38.04%-
XYZ5.088.875.58-
YUV63.96125.283.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 97 (38.28% from 255) = 61.78%
BLUE value IS 59 (23.44% from 255) = 37.58%
R=0.64%
G=61.78%
B=37.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197590.9900.390.62156.2597.9619.22
Hex1613B630273E9c6213
Octal1141731430477623414223
Binary111000011110111100011010011111111010011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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