Html Css Color HEX #016B3A Jewel

📋 copy color: '#016B3A'

red 1 ◦ green 107 ◦ blue 58

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

Shades of Jewel #016B3A

Tints of Jewel #016B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 64.46%

 BLUE value IS 58 (23.05% from 255) = 34.94%

R = 0.6%
G = 64.46%
B = 34.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#016B3A (or 0x016B3A) is known color: Jewel. HEX triplet: 01, 6B and 3A. RGB value is (1,107,58). Sum of RGB (Red+Green+Blue) = 1+107+58=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #016B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B3A is #FE94C5. Grayscale: #454545. Windows color (decimal): -16684230 or 3828481. OLE color: 3828481.

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

Color convert

RGB 1 107 58 -
CMYK 0.99 0 0.46 0.58
HSL 152.26º 0.98% 0.21% -
HSV(B) 152.26º 0.99% 0.42% -
XYZ 6.03 10.83 5.77 -
YUV 69.72 121.38 78.98 -
System Red Green Blue C M Y K H S L
Decimal 1 107 58 0.99 0 0.46 0.58 152.26 0.98 0.21
Hex 1 6B 3A 63 0 2E 3A 98 62 15
Octal 1 153 72 143 0 56 72 230 142 25
Binary 1 1101011 111010 1100011 0 101110 111010 10011000 1100010 10101

Color Harmonies of #016B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B3A

Black with #016B3A

Text Example


Text Example

White with #016B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,58); }

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

background-color css

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

 a { background-color: rgb(1,107,58); }

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

border-color css

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

 span { border-color: rgb(1,107,58); }

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