Html Css Color HEX #487468 Dark Green Copper

📋 copy color: '#487468'

red 72 ◦ green 116 ◦ blue 104

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

Shades of Dark Green Copper #487468

Tints of Dark Green Copper #487468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

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

R = 24.66%
G = 39.73%
B = 35.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#487468 (or 0x487468) is known color: Dark Green Copper. HEX triplet: 48, 74 and 68. RGB value is (72,116,104). Sum of RGB (Red+Green+Blue) = 72+116+104=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #487468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487468 is #B78B97. Grayscale: #656565. Windows color (decimal): -12028824 or 6845512. OLE color: 6845512.

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

Color convert

RGB 72 116 104 -
CMYK 0.38 0 0.10 0.55
HSL 163.64º 0.23% 0.37% -
HSV(B) 163.64º 0.38% 0.45% -
XYZ 11.42 14.87 15.36 -
YUV 101.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 72 116 104 0.38 0 0.10 0.55 163.64 0.23 0.37
Hex 48 74 68 26 0 A 37 A4 17 25
Octal 110 164 150 46 0 12 67 244 27 45
Binary 1001000 1110100 1101000 100110 0 1010 110111 10100100 10111 100101

Color Harmonies of #487468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487468

Black with #487468

Text Example


Text Example

White with #487468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487468; }

 p { color: rgb(72,116,104); }

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

background-color css

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

 a { background-color: rgb(72,116,104); }

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

border-color css

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

 span { border-color: rgb(72,116,104); }

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