Html Css Color HEX #416B65 Dark Green Copper

📋 copy color: '#416B65'

red 65 ◦ green 107 ◦ blue 101

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

Shades of Dark Green Copper #416B65

Tints of Dark Green Copper #416B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37%

R = 23.81%
G = 39.19%
B = 37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#416B65 (or 0x416B65) is known color: Dark Green Copper. HEX triplet: 41, 6B and 65. RGB value is (65,107,101). Sum of RGB (Red+Green+Blue) = 65+107+101=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #416B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B65 is #BE949A. Grayscale: #5D5D5D. Windows color (decimal): -12489883 or 6646593. OLE color: 6646593.

HSL color Cylindrical-coordinate representation of color #416B65: hue angle of 171.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416B65 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 107 101 -
CMYK 0.39 0 0.06 0.58
HSL 171.43º 0.24% 0.34% -
HSV(B) 171.43º 0.39% 0.42% -
XYZ 9.79 12.58 14.22 -
YUV 93.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 65 107 101 0.39 0 0.06 0.58 171.43 0.24 0.34
Hex 41 6B 65 27 0 6 3A AB 18 22
Octal 101 153 145 47 0 6 72 253 30 42
Binary 1000001 1101011 1100101 100111 0 110 111010 10101011 11000 100010

Color Harmonies of #416B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416B65

Black with #416B65

Text Example


Text Example

White with #416B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,107,101); }

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

background-color css

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

 a { background-color: rgb(65,107,101); }

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

border-color css

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

 span { border-color: rgb(65,107,101); }

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