Html Css Color HEX #01613E Jewel

📋 copy color: '#01613E'

red 1 ◦ green 97 ◦ blue 62

#01613E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #01613E

Tints of Jewel #01613E

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

 GREEN value IS 97 (38.28% from 255) = 60.63%

 BLUE value IS 62 (24.61% from 255) = 38.75%

R = 0.63%
G = 60.63%
B = 38.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#01613E (or 0x01613E) is known color: 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

RGB 1 97 62 -
CMYK 0.99 0 0.36 0.62
HSL 158.13º 0.98% 0.19% -
HSV(B) 158.13º 0.99% 0.38% -
XYZ 5.16 8.9 6 -
YUV 64.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 1 97 62 0.99 0 0.36 0.62 158.13 0.98 0.19
Hex 1 61 3E 63 0 24 3E 9E 62 13
Octal 1 141 76 143 0 44 76 236 142 23
Binary 1 1100001 111110 1100011 0 100100 111110 10011110 1100010 10011

Color Harmonies of #01613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01613E

Black with #01613E

Text Example


Text Example

White with #01613E

Text Example


Text Example

HTML Codes & Css Web 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>