Html Css Color HEX #458176 Dark Green Copper

📋 copy color: '#458176'

red 69 ◦ green 129 ◦ blue 118

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

Shades of Dark Green Copper #458176

Tints of Dark Green Copper #458176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 21.84%
G = 40.82%
B = 37.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#458176 (or 0x458176) is known color: Dark Green Copper. HEX triplet: 45, 81 and 76. RGB value is (69,129,118). Sum of RGB (Red+Green+Blue) = 69+129+118=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #458176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458176 is #BA7E89. Grayscale: #6D6D6D. Windows color (decimal): -12222090 or 7766341. OLE color: 7766341.

HSL color Cylindrical-coordinate representation of color #458176: hue angle of 169º 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 #458176 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 129 118 -
CMYK 0.47 0 0.09 0.49
HSL 169º 0.3% 0.39% -
HSV(B) 169º 0.47% 0.51% -
XYZ 13.57 18.27 19.95 -
YUV 109.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 69 129 118 0.47 0 0.09 0.49 169 0.3 0.39
Hex 45 81 76 2F 0 9 31 A9 1E 27
Octal 105 201 166 57 0 11 61 251 36 47
Binary 1000101 10000001 1110110 101111 0 1001 110001 10101001 11110 100111

Color Harmonies of #458176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458176

Black with #458176

Text Example


Text Example

White with #458176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458176; }

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

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

background-color css

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

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

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

border-color css

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

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

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