Html Css Color HEX #016C38 Jewel

📋 copy color: '#016C38'

red 1 ◦ green 108 ◦ blue 56

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

Shades of Jewel #016C38

Tints of Jewel #016C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 65.45%

 BLUE value IS 56 (22.27% from 255) = 33.94%

R = 0.61%
G = 65.45%
B = 33.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#016C38 (or 0x016C38) is known color: Jewel. HEX triplet: 01, 6C and 38. RGB value is (1,108,56). Sum of RGB (Red+Green+Blue) = 1+108+56=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 108 (42.58% from 255 or 65.45% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 108 - color contains mainly: green. Hex color #016C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016C38 is #FE93C7. Grayscale: #464646. Windows color (decimal): -16683976 or 3697665. OLE color: 3697665.

HSL color Cylindrical-coordinate representation of color #016C38: hue angle of 150.84º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C38 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 108 56 -
CMYK 0.99 0 0.48 0.58
HSL 150.84º 0.98% 0.21% -
HSV(B) 150.84º 0.99% 0.42% -
XYZ 6.09 11.02 5.55 -
YUV 70.08 120.05 78.73 -
System Red Green Blue C M Y K H S L
Decimal 1 108 56 0.99 0 0.48 0.58 150.84 0.98 0.21
Hex 1 6C 38 63 0 30 3A 97 62 15
Octal 1 154 70 143 0 60 72 227 142 25
Binary 1 1101100 111000 1100011 0 110000 111010 10010111 1100010 10101

Color Harmonies of #016C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C38

Black with #016C38

Text Example


Text Example

White with #016C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,108,56); }

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

background-color css

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

 a { background-color: rgb(1,108,56); }

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

border-color css

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

 span { border-color: rgb(1,108,56); }

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