Html Css Color HEX #016631 Fun Green

📋 copy color: '#016631'

red 1 ◦ green 102 ◦ blue 49

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

Shades of Fun Green #016631

Tints of Fun Green #016631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 0.66%
G = 67.11%
B = 32.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#016631 (or 0x016631) is known color: Fun Green. HEX triplet: 01, 66 and 31. RGB value is (1,102,49). Sum of RGB (Red+Green+Blue) = 1+102+49=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #016631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016631 is #FE99CE. Grayscale: #414141. Windows color (decimal): -16685519 or 3237377. OLE color: 3237377.

HSL color Cylindrical-coordinate representation of color #016631: hue angle of 148.51º 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 #016631 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 49 -
CMYK 0.99 0 0.52 0.6
HSL 148.51º 0.98% 0.2% -
HSV(B) 148.51º 0.99% 0.4% -
XYZ 5.32 9.73 4.5 -
YUV 65.76 118.54 81.81 -
System Red Green Blue C M Y K H S L
Decimal 1 102 49 0.99 0 0.52 0.6 148.51 0.98 0.2
Hex 1 66 31 63 0 34 3C 95 62 14
Octal 1 146 61 143 0 64 74 225 142 24
Binary 1 1100110 110001 1100011 0 110100 111100 10010101 1100010 10100

Color Harmonies of #016631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016631

Black with #016631

Text Example


Text Example

White with #016631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016631; }

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

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

background-color css

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

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

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

border-color css

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

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

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