#01613D

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

Shades of Jewel #01613D

Tints of Jewel #01613D

Color information

#01613D (or 0x01613D) is unknown color: approx Jewel. HEX triplet: 01, 61 and 3D. RGB value is (1,97,61). Sum of RGB (Red+Green+Blue) = 1+97+61=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #01613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01613D is #FE9EC2. Grayscale: #404040. Windows color (decimal): -16686787 or 4022529. OLE color: 4022529.

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

Color convert

RGB19761-
CMYK0.9900.370.62
HSL157.5º97.96%19.22%-
HSV(B)157.5º98.97%38.04%-
XYZ5.138.895.86-
YUV64.19126.282.93-

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.01%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=0.63%
G=61.01%
B=38.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197610.9900.370.62157.597.9619.22
Hex1613D630253E9e6213
Octal1141751430457623614223
Binary111000011111011100011010010111111010011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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