Html Css Color HEX #487269 Dark Green Copper

📋 copy color: '#487269'

red 72 ◦ green 114 ◦ blue 105

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

Shades of Dark Green Copper #487269

Tints of Dark Green Copper #487269

RGB

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

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

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

R = 24.74%
G = 39.18%
B = 36.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#487269 (or 0x487269) is known color: Dark Green Copper. HEX triplet: 48, 72 and 69. RGB value is (72,114,105). Sum of RGB (Red+Green+Blue) = 72+114+105=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #487269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487269 is #B78D96. Grayscale: #646464. Windows color (decimal): -12029335 or 6910536. OLE color: 6910536.

HSL color Cylindrical-coordinate representation of color #487269: hue angle of 167.14º 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 #487269 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 105 -
CMYK 0.37 0 0.08 0.55
HSL 167.14º 0.23% 0.36% -
HSV(B) 167.14º 0.37% 0.45% -
XYZ 11.24 14.43 15.56 -
YUV 100.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 72 114 105 0.37 0 0.08 0.55 167.14 0.23 0.36
Hex 48 72 69 25 0 8 37 A7 17 24
Octal 110 162 151 45 0 10 67 247 27 44
Binary 1001000 1110010 1101001 100101 0 1000 110111 10100111 10111 100100

Color Harmonies of #487269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487269

Black with #487269

Text Example


Text Example

White with #487269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487269; }

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

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

background-color css

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

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

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

border-color css

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

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

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