Html Css Color HEX #417C70 Dark Green Copper

📋 copy color: '#417C70'

red 65 ◦ green 124 ◦ blue 112

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

Shades of Dark Green Copper #417C70

Tints of Dark Green Copper #417C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 21.59%
G = 41.2%
B = 37.21%

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

#417C70 (or 0x417C70) is known color: Dark Green Copper. HEX triplet: 41, 7C and 70. RGB value is (65,124,112). Sum of RGB (Red+Green+Blue) = 65+124+112=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #417C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C70 is #BE838F. Grayscale: #686868. Windows color (decimal): -12485520 or 7371841. OLE color: 7371841.

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

Color convert

RGB 65 124 112 -
CMYK 0.48 0 0.10 0.51
HSL 167.8º 0.31% 0.37% -
HSV(B) 167.8º 0.48% 0.49% -
XYZ 12.31 16.71 17.91 -
YUV 104.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 65 124 112 0.48 0 0.10 0.51 167.8 0.31 0.37
Hex 41 7C 70 30 0 A 33 A8 1F 25
Octal 101 174 160 60 0 12 63 250 37 45
Binary 1000001 1111100 1110000 110000 0 1010 110011 10101000 11111 100101

Color Harmonies of #417C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C70

Black with #417C70

Text Example


Text Example

White with #417C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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