Html Css Color HEX #557269 Dark Green Copper

📋 copy color: '#557269'

red 85 ◦ green 114 ◦ blue 105

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

Shades of Dark Green Copper #557269

Tints of Dark Green Copper #557269

RGB

 RED value IS 85 (33.59% from 255) = 27.96%

 GREEN value IS 114 (44.92% from 255) = 37.5%

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 27.96%
G = 37.5%
B = 34.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#557269 (or 0x557269) is known color: Dark Green Copper. HEX triplet: 55, 72 and 69. RGB value is (85,114,105). Sum of RGB (Red+Green+Blue) = 85+114+105=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #557269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557269 is #AA8D96. Grayscale: #686868. Windows color (decimal): -11177367 or 6910549. OLE color: 6910549.

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

Color convert

RGB 85 114 105 -
CMYK 0.25 0 0.08 0.55
HSL 161.38º 0.15% 0.39% -
HSV(B) 161.38º 0.25% 0.45% -
XYZ 12.31 14.99 15.61 -
YUV 104.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 85 114 105 0.25 0 0.08 0.55 161.38 0.15 0.39
Hex 55 72 69 19 0 8 37 A1 F 27
Octal 125 162 151 31 0 10 67 241 17 47
Binary 1010101 1110010 1101001 11001 0 1000 110111 10100001 1111 100111

Color Harmonies of #557269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557269

Black with #557269

Text Example


Text Example

White with #557269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557269; }

 p { color: rgb(85,114,105); }

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

background-color css

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

 a { background-color: rgb(85,114,105); }

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

border-color css

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

 span { border-color: rgb(85,114,105); }

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