Html Css Color HEX #417C71 Dark Green Copper

📋 copy color: '#417C71'

red 65 ◦ green 124 ◦ blue 113

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

Shades of Dark Green Copper #417C71

Tints of Dark Green Copper #417C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.06%

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

R = 21.52%
G = 41.06%
B = 37.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#417C71 (or 0x417C71) is known color: Dark Green Copper. HEX triplet: 41, 7C and 71. RGB value is (65,124,113). Sum of RGB (Red+Green+Blue) = 65+124+113=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #417C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C71 is #BE838E. Grayscale: #696969. Windows color (decimal): -12485519 or 7437377. OLE color: 7437377.

HSL color Cylindrical-coordinate representation of color #417C71: hue angle of 168.81º degrees, saturation: 0.31, 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 #417C71 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 124 113 -
CMYK 0.48 0 0.09 0.51
HSL 168.81º 0.31% 0.37% -
HSV(B) 168.81º 0.48% 0.49% -
XYZ 12.37 16.73 18.2 -
YUV 105.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 65 124 113 0.48 0 0.09 0.51 168.81 0.31 0.37
Hex 41 7C 71 30 0 9 33 A9 1F 25
Octal 101 174 161 60 0 11 63 251 37 45
Binary 1000001 1111100 1110001 110000 0 1001 110011 10101001 11111 100101

Color Harmonies of #417C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C71

Black with #417C71

Text Example


Text Example

White with #417C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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