Html Css Color HEX #417166 Dark Green Copper

📋 copy color: '#417166'

red 65 ◦ green 113 ◦ blue 102

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

Shades of Dark Green Copper #417166

Tints of Dark Green Copper #417166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 102 (40.23% from 255) = 36.43%

R = 23.21%
G = 40.36%
B = 36.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#417166 (or 0x417166) is known color: Dark Green Copper. HEX triplet: 41, 71 and 66. RGB value is (65,113,102). Sum of RGB (Red+Green+Blue) = 65+113+102=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #417166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417166 is #BE8E99. Grayscale: #616161. Windows color (decimal): -12488346 or 6713665. OLE color: 6713665.

HSL color Cylindrical-coordinate representation of color #417166: hue angle of 166.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417166 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 102 -
CMYK 0.42 0 0.10 0.56
HSL 166.25º 0.27% 0.35% -
HSV(B) 166.25º 0.42% 0.44% -
XYZ 10.48 13.89 14.7 -
YUV 97.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 65 113 102 0.42 0 0.10 0.56 166.25 0.27 0.35
Hex 41 71 66 2A 0 A 38 A6 1B 23
Octal 101 161 146 52 0 12 70 246 33 43
Binary 1000001 1110001 1100110 101010 0 1010 111000 10100110 11011 100011

Color Harmonies of #417166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417166

Black with #417166

Text Example


Text Example

White with #417166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417166; }

 p { color: rgb(65,113,102); }

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

background-color css

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

 a { background-color: rgb(65,113,102); }

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

border-color css

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

 span { border-color: rgb(65,113,102); }

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