Html Css Color HEX #487569 Dark Green Copper

📋 copy color: '#487569'

red 72 ◦ green 117 ◦ blue 105

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

Shades of Dark Green Copper #487569

Tints of Dark Green Copper #487569

RGB

 RED value IS 72 (28.52% from 255) = 24.49%

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 24.49%
G = 39.8%
B = 35.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#487569 (or 0x487569) is known color: Dark Green Copper. HEX triplet: 48, 75 and 69. RGB value is (72,117,105). Sum of RGB (Red+Green+Blue) = 72+117+105=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #487569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487569 is #B78A96. Grayscale: #666666. Windows color (decimal): -12028567 or 6911304. OLE color: 6911304.

HSL color Cylindrical-coordinate representation of color #487569: hue angle of 164º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487569 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 105 -
CMYK 0.38 0 0.10 0.54
HSL 164º 0.24% 0.37% -
HSV(B) 164º 0.38% 0.46% -
XYZ 11.58 15.12 15.67 -
YUV 102.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 72 117 105 0.38 0 0.10 0.54 164 0.24 0.37
Hex 48 75 69 26 0 A 36 A4 18 25
Octal 110 165 151 46 0 12 66 244 30 45
Binary 1001000 1110101 1101001 100110 0 1010 110110 10100100 11000 100101

Color Harmonies of #487569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487569

Black with #487569

Text Example


Text Example

White with #487569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487569; }

 p { color: rgb(72,117,105); }

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

background-color css

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

 a { background-color: rgb(72,117,105); }

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

border-color css

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

 span { border-color: rgb(72,117,105); }

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