Html Css Color HEX #417063 Dark Green Copper

📋 copy color: '#417063'

red 65 ◦ green 112 ◦ blue 99

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

Shades of Dark Green Copper #417063

Tints of Dark Green Copper #417063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 23.55%
G = 40.58%
B = 35.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#417063 (or 0x417063) is known color: Dark Green Copper. HEX triplet: 41, 70 and 63. RGB value is (65,112,99). Sum of RGB (Red+Green+Blue) = 65+112+99=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #417063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417063 is #BE8F9C. Grayscale: #606060. Windows color (decimal): -12488605 or 6516801. OLE color: 6516801.

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

Color convert

RGB 65 112 99 -
CMYK 0.42 0 0.12 0.56
HSL 163.4º 0.27% 0.35% -
HSV(B) 163.4º 0.42% 0.44% -
XYZ 10.23 13.61 13.89 -
YUV 96.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 65 112 99 0.42 0 0.12 0.56 163.4 0.27 0.35
Hex 41 70 63 2A 0 C 38 A3 1B 23
Octal 101 160 143 52 0 14 70 243 33 43
Binary 1000001 1110000 1100011 101010 0 1100 111000 10100011 11011 100011

Color Harmonies of #417063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417063

Black with #417063

Text Example


Text Example

White with #417063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417063; }

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

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

background-color css

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

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

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

border-color css

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

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

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