Html Css Color HEX #41716B Dark Green Copper

📋 copy color: '#41716B'

red 65 ◦ green 113 ◦ blue 107

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

Shades of Dark Green Copper #41716B

Tints of Dark Green Copper #41716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 22.81%
G = 39.65%
B = 37.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#41716B (or 0x41716B) is known color: Dark Green Copper. HEX triplet: 41, 71 and 6B. RGB value is (65,113,107). Sum of RGB (Red+Green+Blue) = 65+113+107=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #41716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41716B is #BE8E94. Grayscale: #616161. Windows color (decimal): -12488341 or 7041345. OLE color: 7041345.

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

Color convert

RGB 65 113 107 -
CMYK 0.42 0 0.05 0.56
HSL 172.5º 0.27% 0.35% -
HSV(B) 172.5º 0.42% 0.44% -
XYZ 10.74 14 16.05 -
YUV 97.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 65 113 107 0.42 0 0.05 0.56 172.5 0.27 0.35
Hex 41 71 6B 2A 0 5 38 AC 1B 23
Octal 101 161 153 52 0 5 70 254 33 43
Binary 1000001 1110001 1101011 101010 0 101 111000 10101100 11011 100011

Color Harmonies of #41716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41716B

Black with #41716B

Text Example


Text Example

White with #41716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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