Html Css Color HEX #457B74 Dark Green Copper

📋 copy color: '#457B74'

red 69 ◦ green 123 ◦ blue 116

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

Shades of Dark Green Copper #457B74

Tints of Dark Green Copper #457B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.94%

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 22.4%
G = 39.94%
B = 37.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#457B74 (or 0x457B74) is known color: Dark Green Copper. HEX triplet: 45, 7B and 74. RGB value is (69,123,116). Sum of RGB (Red+Green+Blue) = 69+123+116=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #457B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457B74 is #BA848B. Grayscale: #6A6A6A. Windows color (decimal): -12223628 or 7633733. OLE color: 7633733.

HSL color Cylindrical-coordinate representation of color #457B74: hue angle of 172.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457B74 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 123 116 -
CMYK 0.44 0 0.06 0.52
HSL 172.22º 0.28% 0.38% -
HSV(B) 172.22º 0.44% 0.48% -
XYZ 12.69 16.69 19.08 -
YUV 106.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 69 123 116 0.44 0 0.06 0.52 172.22 0.28 0.38
Hex 45 7B 74 2C 0 6 34 AC 1C 26
Octal 105 173 164 54 0 6 64 254 34 46
Binary 1000101 1111011 1110100 101100 0 110 110100 10101100 11100 100110

Color Harmonies of #457B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457B74

Black with #457B74

Text Example


Text Example

White with #457B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457B74; }

 p { color: rgb(69,123,116); }

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

background-color css

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

 a { background-color: rgb(69,123,116); }

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

border-color css

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

 span { border-color: rgb(69,123,116); }

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