Html Css Color HEX #01613D Jewel

📋 copy color: '#01613D'

red 1 ◦ green 97 ◦ blue 61

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

Shades of Jewel #01613D

Tints of Jewel #01613D

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

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 1 97 61 -
CMYK 0.99 0 0.37 0.62
HSL 157.5º 0.98% 0.19% -
HSV(B) 157.5º 0.99% 0.38% -
XYZ 5.13 8.89 5.86 -
YUV 64.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 1 97 61 0.99 0 0.37 0.62 157.5 0.98 0.19
Hex 1 61 3D 63 0 25 3E 9E 62 13
Octal 1 141 75 143 0 45 76 236 142 23
Binary 1 1100001 111101 1100011 0 100101 111110 10011110 1100010 10011

Color Harmonies of #01613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01613D

Black with #01613D

Text Example


Text Example

White with #01613D

Text Example


Text Example

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