Html Css Color HEX #457465 Dark Green Copper

📋 copy color: '#457465'

red 69 ◦ green 116 ◦ blue 101

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

Shades of Dark Green Copper #457465

Tints of Dark Green Copper #457465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.56%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 24.13%
G = 40.56%
B = 35.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#457465 (or 0x457465) is known color: Dark Green Copper. HEX triplet: 45, 74 and 65. RGB value is (69,116,101). Sum of RGB (Red+Green+Blue) = 69+116+101=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #457465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457465 is #BA8B9A. Grayscale: #646464. Windows color (decimal): -12225435 or 6648901. OLE color: 6648901.

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

Color convert

RGB 69 116 101 -
CMYK 0.41 0 0.13 0.55
HSL 160.85º 0.25% 0.36% -
HSV(B) 160.85º 0.41% 0.45% -
XYZ 11.05 14.7 14.57 -
YUV 100.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 69 116 101 0.41 0 0.13 0.55 160.85 0.25 0.36
Hex 45 74 65 29 0 D 37 A1 19 24
Octal 105 164 145 51 0 15 67 241 31 44
Binary 1000101 1110100 1100101 101001 0 1101 110111 10100001 11001 100100

Color Harmonies of #457465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457465

Black with #457465

Text Example


Text Example

White with #457465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457465; }

 p { color: rgb(69,116,101); }

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

background-color css

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

 a { background-color: rgb(69,116,101); }

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

border-color css

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

 span { border-color: rgb(69,116,101); }

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