Html Css Color HEX #458277 Dark Green Copper

📋 copy color: '#458277'

red 69 ◦ green 130 ◦ blue 119

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

Shades of Dark Green Copper #458277

Tints of Dark Green Copper #458277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

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

R = 21.7%
G = 40.88%
B = 37.42%

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

#458277 (or 0x458277) is known color: Dark Green Copper. HEX triplet: 45, 82 and 77. RGB value is (69,130,119). Sum of RGB (Red+Green+Blue) = 69+130+119=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #458277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458277 is #BA7D88. Grayscale: #6E6E6E. Windows color (decimal): -12221833 or 7832133. OLE color: 7832133.

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

Color convert

RGB 69 130 119 -
CMYK 0.47 0 0.08 0.49
HSL 169.18º 0.31% 0.39% -
HSV(B) 169.18º 0.47% 0.51% -
XYZ 13.77 18.56 20.31 -
YUV 110.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 69 130 119 0.47 0 0.08 0.49 169.18 0.31 0.39
Hex 45 82 77 2F 0 8 31 A9 1F 27
Octal 105 202 167 57 0 10 61 251 37 47
Binary 1000101 10000010 1110111 101111 0 1000 110001 10101001 11111 100111

Color Harmonies of #458277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458277

Black with #458277

Text Example


Text Example

White with #458277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458277; }

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

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

background-color css

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

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

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

border-color css

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

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

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