Html Css Color HEX #416962 Dark Green Copper

📋 copy color: '#416962'

red 65 ◦ green 105 ◦ blue 98

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

Shades of Dark Green Copper #416962

Tints of Dark Green Copper #416962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 24.25%
G = 39.18%
B = 36.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#416962 (or 0x416962) is known color: Dark Green Copper. HEX triplet: 41, 69 and 62. RGB value is (65,105,98). Sum of RGB (Red+Green+Blue) = 65+105+98=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #416962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416962 is #BE969D. Grayscale: #5C5C5C. Windows color (decimal): -12490398 or 6449473. OLE color: 6449473.

HSL color Cylindrical-coordinate representation of color #416962: hue angle of 169.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 #416962 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 98 -
CMYK 0.38 0 0.07 0.59
HSL 169.5º 0.24% 0.33% -
HSV(B) 169.5º 0.38% 0.41% -
XYZ 9.44 12.11 13.4 -
YUV 92.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 65 105 98 0.38 0 0.07 0.59 169.5 0.24 0.33
Hex 41 69 62 26 0 7 3B AA 18 21
Octal 101 151 142 46 0 7 73 252 30 41
Binary 1000001 1101001 1100010 100110 0 111 111011 10101010 11000 100001

Color Harmonies of #416962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416962

Black with #416962

Text Example


Text Example

White with #416962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416962; }

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

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

background-color css

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

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

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

border-color css

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

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

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