Html Css Color HEX #477368 Dark Green Copper

📋 copy color: '#477368'

red 71 ◦ green 115 ◦ blue 104

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

Shades of Dark Green Copper #477368

Tints of Dark Green Copper #477368

RGB

 RED value IS 71 (28.13% from 255) = 24.48%

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

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

R = 24.48%
G = 39.66%
B = 35.86%

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

#477368 (or 0x477368) is known color: Dark Green Copper. HEX triplet: 47, 73 and 68. RGB value is (71,115,104). Sum of RGB (Red+Green+Blue) = 71+115+104=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #477368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477368 is #B88C97. Grayscale: #646464. Windows color (decimal): -12094616 or 6845255. OLE color: 6845255.

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

Color convert

RGB 71 115 104 -
CMYK 0.38 0 0.10 0.55
HSL 165º 0.24% 0.36% -
HSV(B) 165º 0.38% 0.45% -
XYZ 11.23 14.6 15.32 -
YUV 100.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 71 115 104 0.38 0 0.10 0.55 165 0.24 0.36
Hex 47 73 68 26 0 A 37 A5 18 24
Octal 107 163 150 46 0 12 67 245 30 44
Binary 1000111 1110011 1101000 100110 0 1010 110111 10100101 11000 100100

Color Harmonies of #477368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477368

Black with #477368

Text Example


Text Example

White with #477368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477368; }

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

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

background-color css

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

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

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

border-color css

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

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

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