Html Css Color HEX #457164 Dark Green Copper

📋 copy color: '#457164'

red 69 ◦ green 113 ◦ blue 100

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

Shades of Dark Green Copper #457164

Tints of Dark Green Copper #457164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 24.47%
G = 40.07%
B = 35.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#457164 (or 0x457164) is known color: Dark Green Copper. HEX triplet: 45, 71 and 64. RGB value is (69,113,100). Sum of RGB (Red+Green+Blue) = 69+113+100=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #457164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457164 is #BA8E9B. Grayscale: #626262. Windows color (decimal): -12226204 or 6582597. OLE color: 6582597.

HSL color Cylindrical-coordinate representation of color #457164: hue angle of 162.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #457164 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 113 100 -
CMYK 0.39 0 0.12 0.56
HSL 162.27º 0.24% 0.36% -
HSV(B) 162.27º 0.39% 0.44% -
XYZ 10.66 14 14.2 -
YUV 98.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 69 113 100 0.39 0 0.12 0.56 162.27 0.24 0.36
Hex 45 71 64 27 0 C 38 A2 18 24
Octal 105 161 144 47 0 14 70 242 30 44
Binary 1000101 1110001 1100100 100111 0 1100 111000 10100010 11000 100100

Color Harmonies of #457164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457164

Black with #457164

Text Example


Text Example

White with #457164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457164; }

 p { color: rgb(69,113,100); }

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

background-color css

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

 a { background-color: rgb(69,113,100); }

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

border-color css

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

 span { border-color: rgb(69,113,100); }

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