Html Css Color HEX #507567 Dark Green Copper

📋 copy color: '#507567'

red 80 ◦ green 117 ◦ blue 103

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

Shades of Dark Green Copper #507567

Tints of Dark Green Copper #507567

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 26.67%
G = 39%
B = 34.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#507567 (or 0x507567) is known color: Dark Green Copper. HEX triplet: 50, 75 and 67. RGB value is (80,117,103). Sum of RGB (Red+Green+Blue) = 80+117+103=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #507567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507567 is #AF8A98. Grayscale: #686868. Windows color (decimal): -11504281 or 6780240. OLE color: 6780240.

HSL color Cylindrical-coordinate representation of color #507567: hue angle of 157.3º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507567 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 103 -
CMYK 0.32 0 0.12 0.54
HSL 157.3º 0.19% 0.39% -
HSV(B) 157.3º 0.32% 0.46% -
XYZ 12.12 15.41 15.17 -
YUV 104.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 80 117 103 0.32 0 0.12 0.54 157.3 0.19 0.39
Hex 50 75 67 20 0 C 36 9D 13 27
Octal 120 165 147 40 0 14 66 235 23 47
Binary 1010000 1110101 1100111 100000 0 1100 110110 10011101 10011 100111

Color Harmonies of #507567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507567

Black with #507567

Text Example


Text Example

White with #507567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507567; }

 p { color: rgb(80,117,103); }

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

background-color css

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

 a { background-color: rgb(80,117,103); }

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

border-color css

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

 span { border-color: rgb(80,117,103); }

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