Html Css Color HEX #527068 Dark Green Copper

📋 copy color: '#527068'

red 82 ◦ green 112 ◦ blue 104

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

Shades of Dark Green Copper #527068

Tints of Dark Green Copper #527068

RGB

 RED value IS 82 (32.42% from 255) = 27.52%

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

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

R = 27.52%
G = 37.58%
B = 34.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#527068 (or 0x527068) is known color: Dark Green Copper. HEX triplet: 52, 70 and 68. RGB value is (82,112,104). Sum of RGB (Red+Green+Blue) = 82+112+104=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #527068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527068 is #AD8F97. Grayscale: #666666. Windows color (decimal): -11374488 or 6844498. OLE color: 6844498.

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

Color convert

RGB 82 112 104 -
CMYK 0.27 0 0.07 0.56
HSL 164º 0.15% 0.38% -
HSV(B) 164º 0.27% 0.44% -
XYZ 11.77 14.38 15.25 -
YUV 102.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 82 112 104 0.27 0 0.07 0.56 164 0.15 0.38
Hex 52 70 68 1B 0 7 38 A4 F 26
Octal 122 160 150 33 0 7 70 244 17 46
Binary 1010010 1110000 1101000 11011 0 111 111000 10100100 1111 100110

Color Harmonies of #527068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527068

Black with #527068

Text Example


Text Example

White with #527068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527068; }

 p { color: rgb(82,112,104); }

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

background-color css

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

 a { background-color: rgb(82,112,104); }

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

border-color css

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

 span { border-color: rgb(82,112,104); }

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