Html Css Color HEX #457365 Dark Green Copper

📋 copy color: '#457365'

red 69 ◦ green 115 ◦ blue 101

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

Shades of Dark Green Copper #457365

Tints of Dark Green Copper #457365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

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

R = 24.21%
G = 40.35%
B = 35.44%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#457365 (or 0x457365) is known color: Dark Green Copper. HEX triplet: 45, 73 and 65. RGB value is (69,115,101). Sum of RGB (Red+Green+Blue) = 69+115+101=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #457365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457365 is #BA8C9A. Grayscale: #636363. Windows color (decimal): -12225691 or 6648645. OLE color: 6648645.

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

Color convert

RGB 69 115 101 -
CMYK 0.4 0 0.12 0.55
HSL 161.74º 0.25% 0.36% -
HSV(B) 161.74º 0.4% 0.45% -
XYZ 10.93 14.47 14.53 -
YUV 99.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 69 115 101 0.4 0 0.12 0.55 161.74 0.25 0.36
Hex 45 73 65 28 0 C 37 A2 19 24
Octal 105 163 145 50 0 14 67 242 31 44
Binary 1000101 1110011 1100101 101000 0 1100 110111 10100010 11001 100100

Color Harmonies of #457365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457365

Black with #457365

Text Example


Text Example

White with #457365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457365; }

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

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

background-color css

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

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

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

border-color css

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

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

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