Html Css Color HEX #457468 Dark Green Copper

📋 copy color: '#457468'

red 69 ◦ green 116 ◦ blue 104

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

Shades of Dark Green Copper #457468

Tints of Dark Green Copper #457468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 23.88%
G = 40.14%
B = 35.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#457468 (or 0x457468) is known color: Dark Green Copper. HEX triplet: 45, 74 and 68. RGB value is (69,116,104). Sum of RGB (Red+Green+Blue) = 69+116+104=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #457468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457468 is #BA8B97. Grayscale: #646464. Windows color (decimal): -12225432 or 6845509. OLE color: 6845509.

HSL color Cylindrical-coordinate representation of color #457468: hue angle of 164.68º 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 #457468 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 104 -
CMYK 0.41 0 0.10 0.55
HSL 164.68º 0.25% 0.36% -
HSV(B) 164.68º 0.41% 0.45% -
XYZ 11.2 14.76 15.35 -
YUV 100.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 69 116 104 0.41 0 0.10 0.55 164.68 0.25 0.36
Hex 45 74 68 29 0 A 37 A5 19 24
Octal 105 164 150 51 0 12 67 245 31 44
Binary 1000101 1110100 1101000 101001 0 1010 110111 10100101 11001 100100

Color Harmonies of #457468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457468

Black with #457468

Text Example


Text Example

White with #457468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457468; }

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

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

background-color css

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

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

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

border-color css

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

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

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