Html Css Color HEX #507266 Dark Green Copper

📋 copy color: '#507266'

red 80 ◦ green 114 ◦ blue 102

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

Shades of Dark Green Copper #507266

Tints of Dark Green Copper #507266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 27.03%
G = 38.51%
B = 34.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#507266 (or 0x507266) is known color: Dark Green Copper. HEX triplet: 50, 72 and 66. RGB value is (80,114,102). Sum of RGB (Red+Green+Blue) = 80+114+102=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #507266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507266 is #AF8D99. Grayscale: #666666. Windows color (decimal): -11505050 or 6713936. OLE color: 6713936.

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

Color convert

RGB 80 114 102 -
CMYK 0.30 0 0.11 0.55
HSL 158.82º 0.18% 0.38% -
HSV(B) 158.82º 0.3% 0.45% -
XYZ 11.72 14.7 14.79 -
YUV 102.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 80 114 102 0.30 0 0.11 0.55 158.82 0.18 0.38
Hex 50 72 66 1E 0 B 37 9F 12 26
Octal 120 162 146 36 0 13 67 237 22 46
Binary 1010000 1110010 1100110 11110 0 1011 110111 10011111 10010 100110

Color Harmonies of #507266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507266

Black with #507266

Text Example


Text Example

White with #507266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507266; }

 p { color: rgb(80,114,102); }

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

background-color css

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

 a { background-color: rgb(80,114,102); }

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

border-color css

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

 span { border-color: rgb(80,114,102); }

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