Html Css Color HEX #416964 Dark Green Copper

📋 copy color: '#416964'

red 65 ◦ green 105 ◦ blue 100

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

Shades of Dark Green Copper #416964

Tints of Dark Green Copper #416964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 24.07%
G = 38.89%
B = 37.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#416964 (or 0x416964) is known color: Dark Green Copper. HEX triplet: 41, 69 and 64. RGB value is (65,105,100). Sum of RGB (Red+Green+Blue) = 65+105+100=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #416964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416964 is #BE969B. Grayscale: #5C5C5C. Windows color (decimal): -12490396 or 6580545. OLE color: 6580545.

HSL color Cylindrical-coordinate representation of color #416964: hue angle of 172.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416964 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 100 -
CMYK 0.38 0 0.05 0.59
HSL 172.5º 0.24% 0.33% -
HSV(B) 172.5º 0.38% 0.41% -
XYZ 9.53 12.15 13.9 -
YUV 92.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 65 105 100 0.38 0 0.05 0.59 172.5 0.24 0.33
Hex 41 69 64 26 0 5 3B AC 18 21
Octal 101 151 144 46 0 5 73 254 30 41
Binary 1000001 1101001 1100100 100110 0 101 111011 10101100 11000 100001

Color Harmonies of #416964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416964

Black with #416964

Text Example


Text Example

White with #416964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416964; }

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

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

background-color css

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

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

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

border-color css

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

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

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