Html Css Color HEX #41746F Dark Green Copper

📋 copy color: '#41746F'

red 65 ◦ green 116 ◦ blue 111

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

Shades of Dark Green Copper #41746F

Tints of Dark Green Copper #41746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 22.26%
G = 39.73%
B = 38.01%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#41746F (or 0x41746F) is known color: Dark Green Copper. HEX triplet: 41, 74 and 6F. RGB value is (65,116,111). Sum of RGB (Red+Green+Blue) = 65+116+111=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #41746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41746F is #BE8B90. Grayscale: #646464. Windows color (decimal): -12487569 or 7304257. OLE color: 7304257.

HSL color Cylindrical-coordinate representation of color #41746F: hue angle of 174.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41746F is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 111 -
CMYK 0.44 0 0.04 0.55
HSL 174.12º 0.28% 0.35% -
HSV(B) 174.12º 0.44% 0.45% -
XYZ 11.29 14.76 17.29 -
YUV 100.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 65 116 111 0.44 0 0.04 0.55 174.12 0.28 0.35
Hex 41 74 6F 2C 0 4 37 AE 1C 23
Octal 101 164 157 54 0 4 67 256 34 43
Binary 1000001 1110100 1101111 101100 0 100 110111 10101110 11100 100011

Color Harmonies of #41746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41746F

Black with #41746F

Text Example


Text Example

White with #41746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41746F; }

 p { color: rgb(65,116,111); }

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

background-color css

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

 a { background-color: rgb(65,116,111); }

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

border-color css

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

 span { border-color: rgb(65,116,111); }

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