Html Css Color HEX #416C68 Dark Green Copper

📋 copy color: '#416C68'

red 65 ◦ green 108 ◦ blue 104

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

Shades of Dark Green Copper #416C68

Tints of Dark Green Copper #416C68

RGB

 RED value IS 65 (25.78% from 255) = 23.47%

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

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 23.47%
G = 38.99%
B = 37.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#416C68 (or 0x416C68) is known color: Dark Green Copper. HEX triplet: 41, 6C and 68. RGB value is (65,108,104). Sum of RGB (Red+Green+Blue) = 65+108+104=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #416C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C68 is #BE9397. Grayscale: #5E5E5E. Windows color (decimal): -12489624 or 6843457. OLE color: 6843457.

HSL color Cylindrical-coordinate representation of color #416C68: hue angle of 174.42º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C68 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 108 104 -
CMYK 0.40 0 0.04 0.58
HSL 174.42º 0.25% 0.34% -
HSV(B) 174.42º 0.4% 0.42% -
XYZ 10.04 12.85 15.05 -
YUV 94.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 65 108 104 0.40 0 0.04 0.58 174.42 0.25 0.34
Hex 41 6C 68 28 0 4 3A AE 19 22
Octal 101 154 150 50 0 4 72 256 31 42
Binary 1000001 1101100 1101000 101000 0 100 111010 10101110 11001 100010

Color Harmonies of #416C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C68

Black with #416C68

Text Example


Text Example

White with #416C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416C68; }

 p { color: rgb(65,108,104); }

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

background-color css

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

 a { background-color: rgb(65,108,104); }

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

border-color css

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

 span { border-color: rgb(65,108,104); }

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