Html Css Color HEX #487264 Dark Green Copper

📋 copy color: '#487264'

red 72 ◦ green 114 ◦ blue 100

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

Shades of Dark Green Copper #487264

Tints of Dark Green Copper #487264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 25.17%
G = 39.86%
B = 34.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#487264 (or 0x487264) is known color: Dark Green Copper. HEX triplet: 48, 72 and 64. RGB value is (72,114,100). Sum of RGB (Red+Green+Blue) = 72+114+100=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #487264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487264 is #B78D9B. Grayscale: #636363. Windows color (decimal): -12029340 or 6582856. OLE color: 6582856.

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

Color convert

RGB 72 114 100 -
CMYK 0.37 0 0.12 0.55
HSL 160º 0.23% 0.36% -
HSV(B) 160º 0.37% 0.45% -
XYZ 10.99 14.33 14.24 -
YUV 99.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 72 114 100 0.37 0 0.12 0.55 160 0.23 0.36
Hex 48 72 64 25 0 C 37 A0 17 24
Octal 110 162 144 45 0 14 67 240 27 44
Binary 1001000 1110010 1100100 100101 0 1100 110111 10100000 10111 100100

Color Harmonies of #487264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487264

Black with #487264

Text Example


Text Example

White with #487264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487264; }

 p { color: rgb(72,114,100); }

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

background-color css

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

 a { background-color: rgb(72,114,100); }

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

border-color css

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

 span { border-color: rgb(72,114,100); }

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