Html Css Color HEX #016D39 Jewel

📋 copy color: '#016D39'

red 1 ◦ green 109 ◦ blue 57

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

Shades of Jewel #016D39

Tints of Jewel #016D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 34.13%

R = 0.6%
G = 65.27%
B = 34.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#016D39 (or 0x016D39) is known color: Jewel. HEX triplet: 01, 6D and 39. RGB value is (1,109,57). Sum of RGB (Red+Green+Blue) = 1+109+57=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 109 (42.97% from 255 or 65.27% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 109 - color contains mainly: green. Hex color #016D39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D39 is #FE92C6. Grayscale: #464646. Windows color (decimal): -16683719 or 3763457. OLE color: 3763457.

HSL color Cylindrical-coordinate representation of color #016D39: hue angle of 151.11º 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 #016D39 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 57 -
CMYK 0.99 0 0.48 0.57
HSL 151.11º 0.98% 0.22% -
HSV(B) 151.11º 0.99% 0.43% -
XYZ 6.22 11.24 5.71 -
YUV 70.78 120.22 78.23 -
System Red Green Blue C M Y K H S L
Decimal 1 109 57 0.99 0 0.48 0.57 151.11 0.98 0.22
Hex 1 6D 39 63 0 30 39 97 62 16
Octal 1 155 71 143 0 60 71 227 142 26
Binary 1 1101101 111001 1100011 0 110000 111001 10010111 1100010 10110

Color Harmonies of #016D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D39

Black with #016D39

Text Example


Text Example

White with #016D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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