Html Css Color HEX #457D63 Viridian

📋 copy color: '#457D63'

red 69 ◦ green 125 ◦ blue 99

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

Shades of Viridian #457D63

Tints of Viridian #457D63

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.66%

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 23.55%
G = 42.66%
B = 33.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#457D63 (or 0x457D63) is known color: Viridian. HEX triplet: 45, 7D and 63. RGB value is (69,125,99). Sum of RGB (Red+Green+Blue) = 69+125+99=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #457D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D63 is #BA829C. Grayscale: #696969. Windows color (decimal): -12223133 or 6520133. OLE color: 6520133.

HSL color Cylindrical-coordinate representation of color #457D63: hue angle of 152.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457D63 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 125 99 -
CMYK 0.45 0 0.21 0.51
HSL 152.14º 0.29% 0.38% -
HSV(B) 152.14º 0.45% 0.49% -
XYZ 12.04 16.83 14.42 -
YUV 105.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 69 125 99 0.45 0 0.21 0.51 152.14 0.29 0.38
Hex 45 7D 63 2D 0 15 33 98 1D 26
Octal 105 175 143 55 0 25 63 230 35 46
Binary 1000101 1111101 1100011 101101 0 10101 110011 10011000 11101 100110

Color Harmonies of #457D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457D63

Black with #457D63

Text Example


Text Example

White with #457D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,125,99); }

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

background-color css

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

 a { background-color: rgb(69,125,99); }

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

border-color css

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

 span { border-color: rgb(69,125,99); }

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