Html Css Color HEX #016634 Fun Green

📋 copy color: '#016634'

red 1 ◦ green 102 ◦ blue 52

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

Shades of Fun Green #016634

Tints of Fun Green #016634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.55%

R = 0.65%
G = 65.81%
B = 33.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#016634 (or 0x016634) is known color: Fun Green. HEX triplet: 01, 66 and 34. RGB value is (1,102,52). Sum of RGB (Red+Green+Blue) = 1+102+52=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #016634 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016634 is #FE99CB. Grayscale: #424242. Windows color (decimal): -16685516 or 3433985. OLE color: 3433985.

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

Color convert

RGB 1 102 52 -
CMYK 0.99 0 0.49 0.6
HSL 150.3º 0.98% 0.2% -
HSV(B) 150.3º 0.99% 0.4% -
XYZ 5.38 9.76 4.85 -
YUV 66.1 120.04 81.57 -
System Red Green Blue C M Y K H S L
Decimal 1 102 52 0.99 0 0.49 0.6 150.3 0.98 0.2
Hex 1 66 34 63 0 31 3C 96 62 14
Octal 1 146 64 143 0 61 74 226 142 24
Binary 1 1100110 110100 1100011 0 110001 111100 10010110 1100010 10100

Color Harmonies of #016634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016634

Black with #016634

Text Example


Text Example

White with #016634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016634; }

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

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

background-color css

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

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

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

border-color css

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

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

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