Html Css Color HEX #01613C Jewel

📋 copy color: '#01613C'

red 1 ◦ green 97 ◦ blue 60

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

Shades of Jewel #01613C

Tints of Jewel #01613C

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 value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 1 97 60 -
CMYK 0.99 0 0.38 0.62
HSL 156.88º 0.98% 0.19% -
HSV(B) 156.88º 0.99% 0.38% -
XYZ 5.1 8.88 5.72 -
YUV 64.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 1 97 60 0.99 0 0.38 0.62 156.88 0.98 0.19
Hex 1 61 3C 63 0 26 3E 9D 62 13
Octal 1 141 74 143 0 46 76 235 142 23
Binary 1 1100001 111100 1100011 0 100110 111110 10011101 1100010 10011

Color Harmonies of #01613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01613C

Black with #01613C

Text Example


Text Example

White with #01613C

Text Example


Text Example

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