Html Css Color HEX #458075 Dark Green Copper

📋 copy color: '#458075'

red 69 ◦ green 128 ◦ blue 117

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

Shades of Dark Green Copper #458075

Tints of Dark Green Copper #458075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 21.97%
G = 40.76%
B = 37.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#458075 (or 0x458075) is known color: Dark Green Copper. HEX triplet: 45, 80 and 75. RGB value is (69,128,117). Sum of RGB (Red+Green+Blue) = 69+128+117=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #458075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458075 is #BA7F8A. Grayscale: #6D6D6D. Windows color (decimal): -12222347 or 7700549. OLE color: 7700549.

HSL color Cylindrical-coordinate representation of color #458075: hue angle of 168.81º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #458075 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 128 117 -
CMYK 0.46 0 0.09 0.50
HSL 168.81º 0.3% 0.39% -
HSV(B) 168.81º 0.46% 0.5% -
XYZ 13.38 17.99 19.6 -
YUV 109.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 69 128 117 0.46 0 0.09 0.50 168.81 0.3 0.39
Hex 45 80 75 2E 0 9 32 A9 1E 27
Octal 105 200 165 56 0 11 62 251 36 47
Binary 1000101 10000000 1110101 101110 0 1001 110010 10101001 11110 100111

Color Harmonies of #458075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458075

Black with #458075

Text Example


Text Example

White with #458075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458075; }

 p { color: rgb(69,128,117); }

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

background-color css

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

 a { background-color: rgb(69,128,117); }

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

border-color css

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

 span { border-color: rgb(69,128,117); }

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