Html Css Color HEX #016D3D Jewel

📋 copy color: '#016D3D'

red 1 ◦ green 109 ◦ blue 61

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

Shades of Jewel #016D3D

Tints of Jewel #016D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 63.74%

 BLUE value IS 61 (24.22% from 255) = 35.67%

R = 0.58%
G = 63.74%
B = 35.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#016D3D (or 0x016D3D) is known color: Jewel. HEX triplet: 01, 6D and 3D. RGB value is (1,109,61). Sum of RGB (Red+Green+Blue) = 1+109+61=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 109 (42.97% from 255 or 63.74% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 109 - color contains mainly: green. Hex color #016D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D3D is #FE92C2. Grayscale: #474747. Windows color (decimal): -16683715 or 4025601. OLE color: 4025601.

HSL color Cylindrical-coordinate representation of color #016D3D: hue angle of 153.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D3D is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 61 -
CMYK 0.99 0 0.44 0.57
HSL 153.33º 0.98% 0.22% -
HSV(B) 153.33º 0.99% 0.43% -
XYZ 6.32 11.28 6.26 -
YUV 71.24 122.22 77.9 -
System Red Green Blue C M Y K H S L
Decimal 1 109 61 0.99 0 0.44 0.57 153.33 0.98 0.22
Hex 1 6D 3D 63 0 2C 39 99 62 16
Octal 1 155 75 143 0 54 71 231 142 26
Binary 1 1101101 111101 1100011 0 101100 111001 10011001 1100010 10110

Color Harmonies of #016D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D3D

Black with #016D3D

Text Example


Text Example

White with #016D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D3D; }

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

 H1.HeaderClassName
 {
   color: #016D3D;
 }
 .AnyTagClassName
 {
   color: #016D3D;
 }
</style>

background-color css

<style>
 a { background-color: #016D3D; }

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

 div.DivClassName
 {
   background-color: #016D3D;
 }
 .BgClassName
 {
   background-color: #016D3D;
 }
</style>

border-color css

<style>
 span { border-color: #016D3D; }

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

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