Html Css Color HEX #458177 Dark Green Copper

📋 copy color: '#458177'

red 69 ◦ green 129 ◦ blue 119

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

Shades of Dark Green Copper #458177

Tints of Dark Green Copper #458177

RGB

 RED value IS 69 (27.34% from 255) = 21.77%

 GREEN value IS 129 (50.78% from 255) = 40.69%

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 21.77%
G = 40.69%
B = 37.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#458177 (or 0x458177) is known color: Dark Green Copper. HEX triplet: 45, 81 and 77. RGB value is (69,129,119). Sum of RGB (Red+Green+Blue) = 69+129+119=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #458177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458177 is #BA7E88. Grayscale: #6D6D6D. Windows color (decimal): -12222089 or 7831877. OLE color: 7831877.

HSL color Cylindrical-coordinate representation of color #458177: hue angle of 170º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #458177 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 129 119 -
CMYK 0.47 0 0.08 0.49
HSL 170º 0.3% 0.39% -
HSV(B) 170º 0.47% 0.51% -
XYZ 13.63 18.3 20.27 -
YUV 109.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 69 129 119 0.47 0 0.08 0.49 170 0.3 0.39
Hex 45 81 77 2F 0 8 31 AA 1E 27
Octal 105 201 167 57 0 10 61 252 36 47
Binary 1000101 10000001 1110111 101111 0 1000 110001 10101010 11110 100111

Color Harmonies of #458177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458177

Black with #458177

Text Example


Text Example

White with #458177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458177; }

 p { color: rgb(69,129,119); }

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

background-color css

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

 a { background-color: rgb(69,129,119); }

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

border-color css

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

 span { border-color: rgb(69,129,119); }

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