Html Css Color HEX #417064 Dark Green Copper

📋 copy color: '#417064'

red 65 ◦ green 112 ◦ blue 100

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

Shades of Dark Green Copper #417064

Tints of Dark Green Copper #417064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 23.47%
G = 40.43%
B = 36.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#417064 (or 0x417064) is known color: Dark Green Copper. HEX triplet: 41, 70 and 64. RGB value is (65,112,100). Sum of RGB (Red+Green+Blue) = 65+112+100=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #417064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417064 is #BE8F9B. Grayscale: #606060. Windows color (decimal): -12488604 or 6582337. OLE color: 6582337.

HSL color Cylindrical-coordinate representation of color #417064: hue angle of 164.68º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417064 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 100 -
CMYK 0.42 0 0.11 0.56
HSL 164.68º 0.27% 0.35% -
HSV(B) 164.68º 0.42% 0.44% -
XYZ 10.27 13.63 14.15 -
YUV 96.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 65 112 100 0.42 0 0.11 0.56 164.68 0.27 0.35
Hex 41 70 64 2A 0 B 38 A5 1B 23
Octal 101 160 144 52 0 13 70 245 33 43
Binary 1000001 1110000 1100100 101010 0 1011 111000 10100101 11011 100011

Color Harmonies of #417064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417064

Black with #417064

Text Example


Text Example

White with #417064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417064; }

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

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

background-color css

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

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

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

border-color css

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

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

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