Html Css Color HEX #537066 Dark Green Copper

📋 copy color: '#537066'

red 83 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #537066

Tints of Dark Green Copper #537066

RGB

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

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

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

R = 27.95%
G = 37.71%
B = 34.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#537066 (or 0x537066) is known color: Dark Green Copper. HEX triplet: 53, 70 and 66. RGB value is (83,112,102). Sum of RGB (Red+Green+Blue) = 83+112+102=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #537066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537066 is #AC8F99. Grayscale: #666666. Windows color (decimal): -11308954 or 6713427. OLE color: 6713427.

HSL color Cylindrical-coordinate representation of color #537066: hue angle of 159.31º 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 #537066 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 102 -
CMYK 0.26 0 0.09 0.56
HSL 159.31º 0.15% 0.38% -
HSV(B) 159.31º 0.26% 0.44% -
XYZ 11.76 14.39 14.73 -
YUV 102.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 83 112 102 0.26 0 0.09 0.56 159.31 0.15 0.38
Hex 53 70 66 1A 0 9 38 9F F 26
Octal 123 160 146 32 0 11 70 237 17 46
Binary 1010011 1110000 1100110 11010 0 1001 111000 10011111 1111 100110

Color Harmonies of #537066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537066

Black with #537066

Text Example


Text Example

White with #537066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537066; }

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

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

background-color css

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

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

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

border-color css

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

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

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