Html Css Color HEX #456662 Dark Green Copper

📋 copy color: '#456662'

red 69 ◦ green 102 ◦ blue 98

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

Shades of Dark Green Copper #456662

Tints of Dark Green Copper #456662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.92%

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 25.65%
G = 37.92%
B = 36.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#456662 (or 0x456662) is known color: Dark Green Copper. HEX triplet: 45, 66 and 62. RGB value is (69,102,98). Sum of RGB (Red+Green+Blue) = 69+102+98=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #456662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456662 is #BA999D. Grayscale: #5B5B5B. Windows color (decimal): -12229022 or 6448709. OLE color: 6448709.

HSL color Cylindrical-coordinate representation of color #456662: hue angle of 172.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456662 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB 69 102 98 -
CMYK 0.32 0 0.04 0.6
HSL 172.73º 0.19% 0.34% -
HSV(B) 172.73º 0.32% 0.4% -
XYZ 9.41 11.65 13.31 -
YUV 91.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 69 102 98 0.32 0 0.04 0.6 172.73 0.19 0.34
Hex 45 66 62 20 0 4 3C AD 13 22
Octal 105 146 142 40 0 4 74 255 23 42
Binary 1000101 1100110 1100010 100000 0 100 111100 10101101 10011 100010

Color Harmonies of #456662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456662

Black with #456662

Text Example


Text Example

White with #456662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456662; }

 p { color: rgb(69,102,98); }

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

background-color css

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

 a { background-color: rgb(69,102,98); }

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

border-color css

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

 span { border-color: rgb(69,102,98); }

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