Html Css Color HEX #417D72 Dark Green Copper

📋 copy color: '#417D72'

red 65 ◦ green 125 ◦ blue 114

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

Shades of Dark Green Copper #417D72

Tints of Dark Green Copper #417D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 21.38%
G = 41.12%
B = 37.5%

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

#417D72 (or 0x417D72) is known color: Dark Green Copper. HEX triplet: 41, 7D and 72. RGB value is (65,125,114). Sum of RGB (Red+Green+Blue) = 65+125+114=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #417D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D72 is #BE828D. Grayscale: #696969. Windows color (decimal): -12485262 or 7503169. OLE color: 7503169.

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

Color convert

RGB 65 125 114 -
CMYK 0.48 0 0.09 0.51
HSL 169º 0.32% 0.37% -
HSV(B) 169º 0.48% 0.49% -
XYZ 12.55 17.01 18.54 -
YUV 105.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 65 125 114 0.48 0 0.09 0.51 169 0.32 0.37
Hex 41 7D 72 30 0 9 33 A9 20 25
Octal 101 175 162 60 0 11 63 251 40 45
Binary 1000001 1111101 1110010 110000 0 1001 110011 10101001 100000 100101

Color Harmonies of #417D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D72

Black with #417D72

Text Example


Text Example

White with #417D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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