Html Css Color HEX #537067 Dark Green Copper

📋 copy color: '#537067'

red 83 ◦ green 112 ◦ blue 103

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

Shades of Dark Green Copper #537067

Tints of Dark Green Copper #537067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 27.85%
G = 37.58%
B = 34.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#537067 (or 0x537067) is known color: Dark Green Copper. HEX triplet: 53, 70 and 67. RGB value is (83,112,103). Sum of RGB (Red+Green+Blue) = 83+112+103=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #537067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537067 is #AC8F98. Grayscale: #666666. Windows color (decimal): -11308953 or 6778963. OLE color: 6778963.

HSL color Cylindrical-coordinate representation of color #537067: hue angle of 161.38º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #537067 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 103 -
CMYK 0.26 0 0.08 0.56
HSL 161.38º 0.15% 0.38% -
HSV(B) 161.38º 0.26% 0.44% -
XYZ 11.81 14.41 14.99 -
YUV 102.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 83 112 103 0.26 0 0.08 0.56 161.38 0.15 0.38
Hex 53 70 67 1A 0 8 38 A1 F 26
Octal 123 160 147 32 0 10 70 241 17 46
Binary 1010011 1110000 1100111 11010 0 1000 111000 10100001 1111 100110

Color Harmonies of #537067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537067

Black with #537067

Text Example


Text Example

White with #537067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537067; }

 p { color: rgb(83,112,103); }

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

background-color css

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

 a { background-color: rgb(83,112,103); }

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

border-color css

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

 span { border-color: rgb(83,112,103); }

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