Html Css Color HEX #417465 Dark Green Copper

📋 copy color: '#417465'

red 65 ◦ green 116 ◦ blue 101

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

Shades of Dark Green Copper #417465

Tints of Dark Green Copper #417465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 23.05%
G = 41.13%
B = 35.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#417465 (or 0x417465) is known color: Dark Green Copper. HEX triplet: 41, 74 and 65. RGB value is (65,116,101). Sum of RGB (Red+Green+Blue) = 65+116+101=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #417465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417465 is #BE8B9A. Grayscale: #636363. Windows color (decimal): -12487579 or 6648897. OLE color: 6648897.

HSL color Cylindrical-coordinate representation of color #417465: hue angle of 162.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417465 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 101 -
CMYK 0.44 0 0.13 0.55
HSL 162.35º 0.28% 0.35% -
HSV(B) 162.35º 0.44% 0.45% -
XYZ 10.77 14.55 14.55 -
YUV 99.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 65 116 101 0.44 0 0.13 0.55 162.35 0.28 0.35
Hex 41 74 65 2C 0 D 37 A2 1C 23
Octal 101 164 145 54 0 15 67 242 34 43
Binary 1000001 1110100 1100101 101100 0 1101 110111 10100010 11100 100011

Color Harmonies of #417465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417465

Black with #417465

Text Example


Text Example

White with #417465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417465; }

 p { color: rgb(65,116,101); }

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

background-color css

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

 a { background-color: rgb(65,116,101); }

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

border-color css

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

 span { border-color: rgb(65,116,101); }

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