Html Css Color HEX #41736B Dark Green Copper

📋 copy color: '#41736B'

red 65 ◦ green 115 ◦ blue 107

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

Shades of Dark Green Copper #41736B

Tints of Dark Green Copper #41736B

RGB

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

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

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

R = 22.65%
G = 40.07%
B = 37.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#41736B (or 0x41736B) is known color: Dark Green Copper. HEX triplet: 41, 73 and 6B. RGB value is (65,115,107). Sum of RGB (Red+Green+Blue) = 65+115+107=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #41736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41736B is #BE8C94. Grayscale: #636363. Windows color (decimal): -12487829 or 7041857. OLE color: 7041857.

HSL color Cylindrical-coordinate representation of color #41736B: hue angle of 170.4º 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 #41736B is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 115 107 -
CMYK 0.43 0 0.07 0.55
HSL 170.4º 0.28% 0.35% -
HSV(B) 170.4º 0.43% 0.45% -
XYZ 10.96 14.45 16.12 -
YUV 99.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 65 115 107 0.43 0 0.07 0.55 170.4 0.28 0.35
Hex 41 73 6B 2B 0 7 37 AA 1C 23
Octal 101 163 153 53 0 7 67 252 34 43
Binary 1000001 1110011 1101011 101011 0 111 110111 10101010 11100 100011

Color Harmonies of #41736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41736B

Black with #41736B

Text Example


Text Example

White with #41736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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