Html Css Color HEX #417A70 Dark Green Copper

📋 copy color: '#417A70'

red 65 ◦ green 122 ◦ blue 112

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

Shades of Dark Green Copper #417A70

Tints of Dark Green Copper #417A70

RGB

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

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

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

R = 21.74%
G = 40.8%
B = 37.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#417A70 (or 0x417A70) is known color: Dark Green Copper. HEX triplet: 41, 7A and 70. RGB value is (65,122,112). Sum of RGB (Red+Green+Blue) = 65+122+112=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #417A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A70 is #BE858F. Grayscale: #676767. Windows color (decimal): -12486032 or 7371329. OLE color: 7371329.

HSL color Cylindrical-coordinate representation of color #417A70: hue angle of 169.47º 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 #417A70 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 122 112 -
CMYK 0.47 0 0.08 0.52
HSL 169.47º 0.3% 0.37% -
HSV(B) 169.47º 0.47% 0.48% -
XYZ 12.06 16.21 17.82 -
YUV 103.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 65 122 112 0.47 0 0.08 0.52 169.47 0.3 0.37
Hex 41 7A 70 2F 0 8 34 A9 1E 25
Octal 101 172 160 57 0 10 64 251 36 45
Binary 1000001 1111010 1110000 101111 0 1000 110100 10101001 11110 100101

Color Harmonies of #417A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A70

Black with #417A70

Text Example


Text Example

White with #417A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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