Html Css Color HEX #456561 Dark Green Copper

📋 copy color: '#456561'

red 69 ◦ green 101 ◦ blue 97

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

Shades of Dark Green Copper #456561

Tints of Dark Green Copper #456561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.83%

 BLUE value IS 97 (38.28% from 255) = 36.33%

R = 25.84%
G = 37.83%
B = 36.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#456561 (or 0x456561) is known color: Dark Green Copper. HEX triplet: 45, 65 and 61. RGB value is (69,101,97). Sum of RGB (Red+Green+Blue) = 69+101+97=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 101 - color contains mainly: green. Hex color #456561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456561 is #BA9A9E. Grayscale: #5A5A5A. Windows color (decimal): -12229279 or 6382917. OLE color: 6382917.

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

Color convert

RGB 69 101 97 -
CMYK 0.32 0 0.04 0.60
HSL 172.5º 0.19% 0.33% -
HSV(B) 172.5º 0.32% 0.4% -
XYZ 9.27 11.44 13.03 -
YUV 90.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 69 101 97 0.32 0 0.04 0.60 172.5 0.19 0.33
Hex 45 65 61 20 0 4 3C AC 13 21
Octal 105 145 141 40 0 4 74 254 23 41
Binary 1000101 1100101 1100001 100000 0 100 111100 10101100 10011 100001

Color Harmonies of #456561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456561

Black with #456561

Text Example


Text Example

White with #456561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456561; }

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

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

background-color css

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

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

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

border-color css

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

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

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