Html Css Color HEX #417A6D Dark Green Copper

📋 copy color: '#417A6D'

red 65 ◦ green 122 ◦ blue 109

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

Shades of Dark Green Copper #417A6D

Tints of Dark Green Copper #417A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.22%

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 21.96%
G = 41.22%
B = 36.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#417A6D (or 0x417A6D) is known color: Dark Green Copper. HEX triplet: 41, 7A and 6D. RGB value is (65,122,109). Sum of RGB (Red+Green+Blue) = 65+122+109=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #417A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A6D is #BE8592. Grayscale: #676767. Windows color (decimal): -12486035 or 7174721. OLE color: 7174721.

HSL color Cylindrical-coordinate representation of color #417A6D: hue angle of 166.32º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A6D is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 122 109 -
CMYK 0.47 0 0.11 0.52
HSL 166.32º 0.3% 0.37% -
HSV(B) 166.32º 0.47% 0.48% -
XYZ 11.9 16.15 16.96 -
YUV 103.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 65 122 109 0.47 0 0.11 0.52 166.32 0.3 0.37
Hex 41 7A 6D 2F 0 B 34 A6 1E 25
Octal 101 172 155 57 0 13 64 246 36 45
Binary 1000001 1111010 1101101 101111 0 1011 110100 10100110 11110 100101

Color Harmonies of #417A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A6D

Black with #417A6D

Text Example


Text Example

White with #417A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417A6D; }

 p { color: rgb(65,122,109); }

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

background-color css

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

 a { background-color: rgb(65,122,109); }

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

border-color css

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

 span { border-color: rgb(65,122,109); }

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