Html Css Color HEX #507368 Dark Green Copper

📋 copy color: '#507368'

red 80 ◦ green 115 ◦ blue 104

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

Shades of Dark Green Copper #507368

Tints of Dark Green Copper #507368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 26.76%
G = 38.46%
B = 34.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#507368 (or 0x507368) is known color: Dark Green Copper. HEX triplet: 50, 73 and 68. RGB value is (80,115,104). Sum of RGB (Red+Green+Blue) = 80+115+104=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #507368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507368 is #AF8C97. Grayscale: #676767. Windows color (decimal): -11504792 or 6845264. OLE color: 6845264.

HSL color Cylindrical-coordinate representation of color #507368: hue angle of 161.14º 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 #507368 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 104 -
CMYK 0.30 0 0.10 0.55
HSL 161.14º 0.18% 0.38% -
HSV(B) 161.14º 0.3% 0.45% -
XYZ 11.94 14.97 15.36 -
YUV 103.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 80 115 104 0.30 0 0.10 0.55 161.14 0.18 0.38
Hex 50 73 68 1E 0 A 37 A1 12 26
Octal 120 163 150 36 0 12 67 241 22 46
Binary 1010000 1110011 1101000 11110 0 1010 110111 10100001 10010 100110

Color Harmonies of #507368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507368

Black with #507368

Text Example


Text Example

White with #507368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507368; }

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

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

background-color css

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

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

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

border-color css

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

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

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