Html Css Color HEX #417D71 Dark Green Copper

📋 copy color: '#417D71'

red 65 ◦ green 125 ◦ blue 113

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

Shades of Dark Green Copper #417D71

Tints of Dark Green Copper #417D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.25%

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 21.45%
G = 41.25%
B = 37.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#417D71 (or 0x417D71) is known color: Dark Green Copper. HEX triplet: 41, 7D and 71. RGB value is (65,125,113). Sum of RGB (Red+Green+Blue) = 65+125+113=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #417D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D71 is #BE828E. Grayscale: #696969. Windows color (decimal): -12485263 or 7437633. OLE color: 7437633.

HSL color Cylindrical-coordinate representation of color #417D71: hue angle of 168º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417D71 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 125 113 -
CMYK 0.48 0 0.10 0.51
HSL 168º 0.32% 0.37% -
HSV(B) 168º 0.48% 0.49% -
XYZ 12.49 16.98 18.24 -
YUV 105.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 65 125 113 0.48 0 0.10 0.51 168 0.32 0.37
Hex 41 7D 71 30 0 A 33 A8 20 25
Octal 101 175 161 60 0 12 63 250 40 45
Binary 1000001 1111101 1110001 110000 0 1010 110011 10101000 100000 100101

Color Harmonies of #417D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D71

Black with #417D71

Text Example


Text Example

White with #417D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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