Html Css Color HEX #016639 Jewel

📋 copy color: '#016639'

red 1 ◦ green 102 ◦ blue 57

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

Shades of Jewel #016639

Tints of Jewel #016639

RGB

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

 GREEN value IS 102 (40.23% from 255) = 63.75%

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

R = 0.63%
G = 63.75%
B = 35.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.6

RGB Variations

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

Color information

#016639 (or 0x016639) is known color: Jewel. HEX triplet: 01, 66 and 39. RGB value is (1,102,57). Sum of RGB (Red+Green+Blue) = 1+102+57=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 102 (40.23% from 255 or 63.75% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 102 - color contains mainly: green. Hex color #016639 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016639 is #FE99C6. Grayscale: #424242. Windows color (decimal): -16685511 or 3761665. OLE color: 3761665.

HSL color Cylindrical-coordinate representation of color #016639: hue angle of 153.27º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016639 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 57 -
CMYK 0.99 0 0.44 0.6
HSL 153.27º 0.98% 0.2% -
HSV(B) 153.27º 0.99% 0.4% -
XYZ 5.5 9.8 5.47 -
YUV 66.67 122.54 81.16 -
System Red Green Blue C M Y K H S L
Decimal 1 102 57 0.99 0 0.44 0.6 153.27 0.98 0.2
Hex 1 66 39 63 0 2C 3C 99 62 14
Octal 1 146 71 143 0 54 74 231 142 24
Binary 1 1100110 111001 1100011 0 101100 111100 10011001 1100010 10100

Color Harmonies of #016639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016639

Black with #016639

Text Example


Text Example

White with #016639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016639; }

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

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

background-color css

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

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

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

border-color css

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

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

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