Html Css Color HEX #416763 Dark Green Copper

📋 copy color: '#416763'

red 65 ◦ green 103 ◦ blue 99

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

Shades of Dark Green Copper #416763

Tints of Dark Green Copper #416763

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.58%

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

R = 24.34%
G = 38.58%
B = 37.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#416763 (or 0x416763) is known color: Dark Green Copper. HEX triplet: 41, 67 and 63. RGB value is (65,103,99). Sum of RGB (Red+Green+Blue) = 65+103+99=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #416763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416763 is #BE989C. Grayscale: #5B5B5B. Windows color (decimal): -12490909 or 6514497. OLE color: 6514497.

HSL color Cylindrical-coordinate representation of color #416763: hue angle of 173.68º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #416763 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 103 99 -
CMYK 0.37 0 0.04 0.60
HSL 173.68º 0.23% 0.33% -
HSV(B) 173.68º 0.37% 0.4% -
XYZ 9.28 11.73 13.58 -
YUV 91.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 65 103 99 0.37 0 0.04 0.60 173.68 0.23 0.33
Hex 41 67 63 25 0 4 3C AE 17 21
Octal 101 147 143 45 0 4 74 256 27 41
Binary 1000001 1100111 1100011 100101 0 100 111100 10101110 10111 100001

Color Harmonies of #416763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416763

Black with #416763

Text Example


Text Example

White with #416763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416763; }

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

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

background-color css

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

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

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

border-color css

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

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

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