Html Css Color HEX #41736C Dark Green Copper

📋 copy color: '#41736C'

red 65 ◦ green 115 ◦ blue 108

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

Shades of Dark Green Copper #41736C

Tints of Dark Green Copper #41736C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 22.57%
G = 39.93%
B = 37.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#41736C (or 0x41736C) is known color: Dark Green Copper. HEX triplet: 41, 73 and 6C. RGB value is (65,115,108). Sum of RGB (Red+Green+Blue) = 65+115+108=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #41736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41736C is #BE8C93. Grayscale: #636363. Windows color (decimal): -12487828 or 7107393. OLE color: 7107393.

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

Color convert

RGB 65 115 108 -
CMYK 0.43 0 0.06 0.55
HSL 171.6º 0.28% 0.35% -
HSV(B) 171.6º 0.43% 0.45% -
XYZ 11.02 14.47 16.4 -
YUV 99.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 65 115 108 0.43 0 0.06 0.55 171.6 0.28 0.35
Hex 41 73 6C 2B 0 6 37 AC 1C 23
Octal 101 163 154 53 0 6 67 254 34 43
Binary 1000001 1110011 1101100 101011 0 110 110111 10101100 11100 100011

Color Harmonies of #41736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41736C

Black with #41736C

Text Example


Text Example

White with #41736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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