Html Css Color HEX #537468 Dark Green Copper

📋 copy color: '#537468'

red 83 ◦ green 116 ◦ blue 104

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

Shades of Dark Green Copper #537468

Tints of Dark Green Copper #537468

RGB

 RED value IS 83 (32.81% from 255) = 27.39%

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

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

R = 27.39%
G = 38.28%
B = 34.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#537468 (or 0x537468) is known color: Dark Green Copper. HEX triplet: 53, 74 and 68. RGB value is (83,116,104). Sum of RGB (Red+Green+Blue) = 83+116+104=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #537468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537468 is #AC8B97. Grayscale: #686868. Windows color (decimal): -11307928 or 6845523. OLE color: 6845523.

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

Color convert

RGB 83 116 104 -
CMYK 0.28 0 0.10 0.55
HSL 158.18º 0.17% 0.39% -
HSV(B) 158.18º 0.28% 0.45% -
XYZ 12.31 15.33 15.41 -
YUV 104.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 83 116 104 0.28 0 0.10 0.55 158.18 0.17 0.39
Hex 53 74 68 1C 0 A 37 9E 11 27
Octal 123 164 150 34 0 12 67 236 21 47
Binary 1010011 1110100 1101000 11100 0 1010 110111 10011110 10001 100111

Color Harmonies of #537468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537468

Black with #537468

Text Example


Text Example

White with #537468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537468; }

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

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

background-color css

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

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

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

border-color css

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

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

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