Html Css Color HEX #456B65 Dark Green Copper

📋 copy color: '#456B65'

red 69 ◦ green 107 ◦ blue 101

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

Shades of Dark Green Copper #456B65

Tints of Dark Green Copper #456B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

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

R = 24.91%
G = 38.63%
B = 36.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#456B65 (or 0x456B65) is known color: Dark Green Copper. HEX triplet: 45, 6B and 65. RGB value is (69,107,101). Sum of RGB (Red+Green+Blue) = 69+107+101=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #456B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B65 is #BA949A. Grayscale: #5E5E5E. Windows color (decimal): -12227739 or 6646597. OLE color: 6646597.

HSL color Cylindrical-coordinate representation of color #456B65: hue angle of 170.53º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456B65 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 107 101 -
CMYK 0.36 0 0.06 0.58
HSL 170.53º 0.22% 0.35% -
HSV(B) 170.53º 0.36% 0.42% -
XYZ 10.06 12.72 14.24 -
YUV 94.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 69 107 101 0.36 0 0.06 0.58 170.53 0.22 0.35
Hex 45 6B 65 24 0 6 3A AB 16 23
Octal 105 153 145 44 0 6 72 253 26 43
Binary 1000101 1101011 1100101 100100 0 110 111010 10101011 10110 100011

Color Harmonies of #456B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456B65

Black with #456B65

Text Example


Text Example

White with #456B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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