Html Css Color HEX #507468 Dark Green Copper

📋 copy color: '#507468'

red 80 ◦ green 116 ◦ blue 104

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

Shades of Dark Green Copper #507468

Tints of Dark Green Copper #507468

RGB

 RED value IS 80 (31.64% from 255) = 26.67%

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 26.67%
G = 38.67%
B = 34.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#507468 (or 0x507468) is known color: Dark Green Copper. HEX triplet: 50, 74 and 68. RGB value is (80,116,104). Sum of RGB (Red+Green+Blue) = 80+116+104=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #507468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507468 is #AF8B97. Grayscale: #676767. Windows color (decimal): -11504536 or 6845520. OLE color: 6845520.

HSL color Cylindrical-coordinate representation of color #507468: hue angle of 160º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #507468 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 104 -
CMYK 0.31 0 0.10 0.55
HSL 160º 0.18% 0.38% -
HSV(B) 160º 0.31% 0.45% -
XYZ 12.05 15.2 15.39 -
YUV 103.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 80 116 104 0.31 0 0.10 0.55 160 0.18 0.38
Hex 50 74 68 1F 0 A 37 A0 12 26
Octal 120 164 150 37 0 12 67 240 22 46
Binary 1010000 1110100 1101000 11111 0 1010 110111 10100000 10010 100110

Color Harmonies of #507468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507468

Black with #507468

Text Example


Text Example

White with #507468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507468; }

 p { color: rgb(80,116,104); }

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

background-color css

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

 a { background-color: rgb(80,116,104); }

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

border-color css

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

 span { border-color: rgb(80,116,104); }

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