Html Css Color HEX #418178 Dark Green Copper

📋 copy color: '#418178'

red 65 ◦ green 129 ◦ blue 120

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

Shades of Dark Green Copper #418178

Tints of Dark Green Copper #418178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 20.7%
G = 41.08%
B = 38.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#418178 (or 0x418178) is known color: Dark Green Copper. HEX triplet: 41, 81 and 78. RGB value is (65,129,120). Sum of RGB (Red+Green+Blue) = 65+129+120=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #418178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418178 is #BE7E87. Grayscale: #6C6C6C. Windows color (decimal): -12484232 or 7897409. OLE color: 7897409.

HSL color Cylindrical-coordinate representation of color #418178: hue angle of 171.56º 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 #418178 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 120 -
CMYK 0.50 0 0.07 0.49
HSL 171.56º 0.33% 0.38% -
HSV(B) 171.56º 0.5% 0.51% -
XYZ 13.42 18.18 20.57 -
YUV 108.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 65 129 120 0.50 0 0.07 0.49 171.56 0.33 0.38
Hex 41 81 78 32 0 7 31 AC 21 26
Octal 101 201 170 62 0 7 61 254 41 46
Binary 1000001 10000001 1111000 110010 0 111 110001 10101100 100001 100110

Color Harmonies of #418178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418178

Black with #418178

Text Example


Text Example

White with #418178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418178; }

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

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

background-color css

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

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

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

border-color css

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

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

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