Html Css Color HEX #487368 Dark Green Copper

📋 copy color: '#487368'

red 72 ◦ green 115 ◦ blue 104

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

Shades of Dark Green Copper #487368

Tints of Dark Green Copper #487368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

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

R = 24.74%
G = 39.52%
B = 35.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#487368 (or 0x487368) is known color: Dark Green Copper. HEX triplet: 48, 73 and 68. RGB value is (72,115,104). Sum of RGB (Red+Green+Blue) = 72+115+104=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #487368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487368 is #B78C97. Grayscale: #646464. Windows color (decimal): -12029080 or 6845256. OLE color: 6845256.

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

Color convert

RGB 72 115 104 -
CMYK 0.37 0 0.10 0.55
HSL 164.65º 0.23% 0.37% -
HSV(B) 164.65º 0.37% 0.45% -
XYZ 11.3 14.64 15.33 -
YUV 100.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 72 115 104 0.37 0 0.10 0.55 164.65 0.23 0.37
Hex 48 73 68 25 0 A 37 A5 17 25
Octal 110 163 150 45 0 12 67 245 27 45
Binary 1001000 1110011 1101000 100101 0 1010 110111 10100101 10111 100101

Color Harmonies of #487368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487368

Black with #487368

Text Example


Text Example

White with #487368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487368; }

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

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

background-color css

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

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

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

border-color css

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

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

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