#01613C

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

Shades of Jewel #01613C

Tints of Jewel #01613C

Color information

#01613C (or 0x01613C) is unknown color: approx Jewel. HEX triplet: 01, 61 and 3C. RGB value is (1,97,60). Sum of RGB (Red+Green+Blue) = 1+97+60=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #01613C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01613C is #FE9EC3. Grayscale: #404040. Windows color (decimal): -16686788 or 3956993. OLE color: 3956993.

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

Color convert

RGB19760-
CMYK0.9900.380.62
HSL156.88º97.96%19.22%-
HSV(B)156.88º98.97%38.04%-
XYZ5.18.885.72-
YUV64.08125.783.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 97 (38.28% from 255) = 61.39%
BLUE value IS 60 (23.83% from 255) = 37.97%
R=0.63%
G=61.39%
B=37.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197600.9900.380.62156.8897.9619.22
Hex1613C630263E9d6213
Octal1141741430467623514223
Binary111000011111001100011010011011111010011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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