Html Css Color HEX #417469 Dark Green Copper

📋 copy color: '#417469'

red 65 ◦ green 116 ◦ blue 105

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

Shades of Dark Green Copper #417469

Tints of Dark Green Copper #417469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 22.73%
G = 40.56%
B = 36.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#417469 (or 0x417469) is known color: Dark Green Copper. HEX triplet: 41, 74 and 69. RGB value is (65,116,105). Sum of RGB (Red+Green+Blue) = 65+116+105=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #417469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417469 is #BE8B96. Grayscale: #636363. Windows color (decimal): -12487575 or 6911041. OLE color: 6911041.

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

Color convert

RGB 65 116 105 -
CMYK 0.44 0 0.09 0.55
HSL 167.06º 0.28% 0.35% -
HSV(B) 167.06º 0.44% 0.45% -
XYZ 10.98 14.63 15.61 -
YUV 99.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 65 116 105 0.44 0 0.09 0.55 167.06 0.28 0.35
Hex 41 74 69 2C 0 9 37 A7 1C 23
Octal 101 164 151 54 0 11 67 247 34 43
Binary 1000001 1110100 1101001 101100 0 1001 110111 10100111 11100 100011

Color Harmonies of #417469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417469

Black with #417469

Text Example


Text Example

White with #417469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417469; }

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

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

background-color css

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

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

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

border-color css

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

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

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