Html Css Color HEX #418177 Dark Green Copper

📋 copy color: '#418177'

red 65 ◦ green 129 ◦ blue 119

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

Shades of Dark Green Copper #418177

Tints of Dark Green Copper #418177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 20.77%
G = 41.21%
B = 38.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#418177 (or 0x418177) is known color: Dark Green Copper. HEX triplet: 41, 81 and 77. RGB value is (65,129,119). Sum of RGB (Red+Green+Blue) = 65+129+119=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #418177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418177 is #BE7E88. Grayscale: #6C6C6C. Windows color (decimal): -12484233 or 7831873. OLE color: 7831873.

HSL color Cylindrical-coordinate representation of color #418177: hue angle of 170.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418177 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 119 -
CMYK 0.50 0 0.08 0.49
HSL 170.63º 0.33% 0.38% -
HSV(B) 170.63º 0.5% 0.51% -
XYZ 13.36 18.16 20.25 -
YUV 108.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 65 129 119 0.50 0 0.08 0.49 170.63 0.33 0.38
Hex 41 81 77 32 0 8 31 AB 21 26
Octal 101 201 167 62 0 10 61 253 41 46
Binary 1000001 10000001 1110111 110010 0 1000 110001 10101011 100001 100110

Color Harmonies of #418177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418177

Black with #418177

Text Example


Text Example

White with #418177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418177; }

 p { color: rgb(65,129,119); }

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

background-color css

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

 a { background-color: rgb(65,129,119); }

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

border-color css

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

 span { border-color: rgb(65,129,119); }

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