Html Css Color HEX #41726A Dark Green Copper

📋 copy color: '#41726A'

red 65 ◦ green 114 ◦ blue 106

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

Shades of Dark Green Copper #41726A

Tints of Dark Green Copper #41726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40%

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 22.81%
G = 40%
B = 37.19%

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

#41726A (or 0x41726A) is known color: Dark Green Copper. HEX triplet: 41, 72 and 6A. RGB value is (65,114,106). Sum of RGB (Red+Green+Blue) = 65+114+106=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #41726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41726A is #BE8D95. Grayscale: #626262. Windows color (decimal): -12488086 or 6976065. OLE color: 6976065.

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

Color convert

RGB 65 114 106 -
CMYK 0.43 0 0.07 0.55
HSL 170.2º 0.27% 0.35% -
HSV(B) 170.2º 0.43% 0.45% -
XYZ 10.8 14.2 15.81 -
YUV 98.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 65 114 106 0.43 0 0.07 0.55 170.2 0.27 0.35
Hex 41 72 6A 2B 0 7 37 AA 1B 23
Octal 101 162 152 53 0 7 67 252 33 43
Binary 1000001 1110010 1101010 101011 0 111 110111 10101010 11011 100011

Color Harmonies of #41726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41726A

Black with #41726A

Text Example


Text Example

White with #41726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41726A; }

 p { color: rgb(65,114,106); }

 H1.HeaderClassName
 {
   color: #41726A;
 }
 .AnyTagClassName
 {
   color: #41726A;
 }
</style>

background-color css

<style>
 a { background-color: #41726A; }

 a { background-color: rgb(65,114,106); }

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

border-color css

<style>
 span { border-color: #41726A; }

 span { border-color: rgb(65,114,106); }

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