Html Css Color HEX #417066 Dark Green Copper

📋 copy color: '#417066'

red 65 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #417066

Tints of Dark Green Copper #417066

RGB

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

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

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

R = 23.3%
G = 40.14%
B = 36.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#417066 (or 0x417066) is known color: Dark Green Copper. HEX triplet: 41, 70 and 66. RGB value is (65,112,102). Sum of RGB (Red+Green+Blue) = 65+112+102=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #417066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417066 is #BE8F99. Grayscale: #606060. Windows color (decimal): -12488602 or 6713409. OLE color: 6713409.

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

Color convert

RGB 65 112 102 -
CMYK 0.42 0 0.09 0.56
HSL 167.23º 0.27% 0.35% -
HSV(B) 167.23º 0.42% 0.44% -
XYZ 10.37 13.67 14.66 -
YUV 96.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 65 112 102 0.42 0 0.09 0.56 167.23 0.27 0.35
Hex 41 70 66 2A 0 9 38 A7 1B 23
Octal 101 160 146 52 0 11 70 247 33 43
Binary 1000001 1110000 1100110 101010 0 1001 111000 10100111 11011 100011

Color Harmonies of #417066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417066

Black with #417066

Text Example


Text Example

White with #417066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417066; }

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

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

background-color css

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

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

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

border-color css

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

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

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