Html Css Color HEX #41716A Dark Green Copper

📋 copy color: '#41716A'

red 65 ◦ green 113 ◦ blue 106

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

Shades of Dark Green Copper #41716A

Tints of Dark Green Copper #41716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.79%

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 22.89%
G = 39.79%
B = 37.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#41716A (or 0x41716A) is known color: Dark Green Copper. HEX triplet: 41, 71 and 6A. RGB value is (65,113,106). Sum of RGB (Red+Green+Blue) = 65+113+106=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #41716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41716A is #BE8E95. Grayscale: #616161. Windows color (decimal): -12488342 or 6975809. OLE color: 6975809.

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

Color convert

RGB 65 113 106 -
CMYK 0.42 0 0.06 0.56
HSL 171.25º 0.27% 0.35% -
HSV(B) 171.25º 0.42% 0.44% -
XYZ 10.69 13.97 15.77 -
YUV 97.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 65 113 106 0.42 0 0.06 0.56 171.25 0.27 0.35
Hex 41 71 6A 2A 0 6 38 AB 1B 23
Octal 101 161 152 52 0 6 70 253 33 43
Binary 1000001 1110001 1101010 101010 0 110 111000 10101011 11011 100011

Color Harmonies of #41716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41716A

Black with #41716A

Text Example


Text Example

White with #41716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41716A; }

 p { color: rgb(65,113,106); }

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

background-color css

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

 a { background-color: rgb(65,113,106); }

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

border-color css

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

 span { border-color: rgb(65,113,106); }

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