Html Css Color HEX #016834 Fun Green

📋 copy color: '#016834'

red 1 ◦ green 104 ◦ blue 52

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

Shades of Fun Green #016834

Tints of Fun Green #016834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 66.24%

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

R = 0.64%
G = 66.24%
B = 33.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#016834 (or 0x016834) is known color: Fun Green. HEX triplet: 01, 68 and 34. RGB value is (1,104,52). Sum of RGB (Red+Green+Blue) = 1+104+52=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #016834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016834 is #FE97CB. Grayscale: #434343. Windows color (decimal): -16685004 or 3434497. OLE color: 3434497.

HSL color Cylindrical-coordinate representation of color #016834: hue angle of 149.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016834 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 52 -
CMYK 0.99 0 0.50 0.59
HSL 149.71º 0.98% 0.21% -
HSV(B) 149.71º 0.99% 0.41% -
XYZ 5.58 10.16 4.91 -
YUV 67.28 119.38 80.73 -
System Red Green Blue C M Y K H S L
Decimal 1 104 52 0.99 0 0.50 0.59 149.71 0.98 0.21
Hex 1 68 34 63 0 32 3B 96 62 15
Octal 1 150 64 143 0 62 73 226 142 25
Binary 1 1101000 110100 1100011 0 110010 111011 10010110 1100010 10101

Color Harmonies of #016834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016834

Black with #016834

Text Example


Text Example

White with #016834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016834; }

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

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

background-color css

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

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

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

border-color css

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

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

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