Html Css Color HEX #417466 Dark Green Copper

📋 copy color: '#417466'

red 65 ◦ green 116 ◦ blue 102

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

Shades of Dark Green Copper #417466

Tints of Dark Green Copper #417466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 22.97%
G = 40.99%
B = 36.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#417466 (or 0x417466) is known color: Dark Green Copper. HEX triplet: 41, 74 and 66. RGB value is (65,116,102). Sum of RGB (Red+Green+Blue) = 65+116+102=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #417466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417466 is #BE8B99. Grayscale: #636363. Windows color (decimal): -12487578 or 6714433. OLE color: 6714433.

HSL color Cylindrical-coordinate representation of color #417466: hue angle of 163.53º 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 #417466 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 102 -
CMYK 0.44 0 0.12 0.55
HSL 163.53º 0.28% 0.35% -
HSV(B) 163.53º 0.44% 0.45% -
XYZ 10.82 14.57 14.81 -
YUV 99.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 65 116 102 0.44 0 0.12 0.55 163.53 0.28 0.35
Hex 41 74 66 2C 0 C 37 A4 1C 23
Octal 101 164 146 54 0 14 67 244 34 43
Binary 1000001 1110100 1100110 101100 0 1100 110111 10100100 11100 100011

Color Harmonies of #417466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417466

Black with #417466

Text Example


Text Example

White with #417466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417466; }

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

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

background-color css

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

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

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

border-color css

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

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

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