Html Css Color HEX #41736E Dark Green Copper

📋 copy color: '#41736E'

red 65 ◦ green 115 ◦ blue 110

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

Shades of Dark Green Copper #41736E

Tints of Dark Green Copper #41736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 22.41%
G = 39.66%
B = 37.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#41736E (or 0x41736E) is known color: Dark Green Copper. HEX triplet: 41, 73 and 6E. RGB value is (65,115,110). Sum of RGB (Red+Green+Blue) = 65+115+110=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #41736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41736E is #BE8C91. Grayscale: #636363. Windows color (decimal): -12487826 or 7238465. OLE color: 7238465.

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

Color convert

RGB 65 115 110 -
CMYK 0.43 0 0.04 0.55
HSL 174º 0.28% 0.35% -
HSV(B) 174º 0.43% 0.45% -
XYZ 11.13 14.51 16.97 -
YUV 99.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 65 115 110 0.43 0 0.04 0.55 174 0.28 0.35
Hex 41 73 6E 2B 0 4 37 AE 1C 23
Octal 101 163 156 53 0 4 67 256 34 43
Binary 1000001 1110011 1101110 101011 0 100 110111 10101110 11100 100011

Color Harmonies of #41736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41736E

Black with #41736E

Text Example


Text Example

White with #41736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41736E; }

 p { color: rgb(65,115,110); }

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

background-color css

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

 a { background-color: rgb(65,115,110); }

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

border-color css

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

 span { border-color: rgb(65,115,110); }

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