Html Css Color HEX #457D6C Viridian

📋 copy color: '#457D6C'

red 69 ◦ green 125 ◦ blue 108

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

Shades of Viridian #457D6C

Tints of Viridian #457D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 22.85%
G = 41.39%
B = 35.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#457D6C (or 0x457D6C) is known color: Viridian. HEX triplet: 45, 7D and 6C. RGB value is (69,125,108). Sum of RGB (Red+Green+Blue) = 69+125+108=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 125 - color contains mainly: green. Hex color #457D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D6C is #BA8293. Grayscale: #6A6A6A. Windows color (decimal): -12223124 or 7109957. OLE color: 7109957.

HSL color Cylindrical-coordinate representation of color #457D6C: hue angle of 161.79º 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 #457D6C is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 125 108 -
CMYK 0.45 0 0.14 0.51
HSL 161.79º 0.29% 0.38% -
HSV(B) 161.79º 0.45% 0.49% -
XYZ 12.49 17.02 16.81 -
YUV 106.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 69 125 108 0.45 0 0.14 0.51 161.79 0.29 0.38
Hex 45 7D 6C 2D 0 E 33 A2 1D 26
Octal 105 175 154 55 0 16 63 242 35 46
Binary 1000101 1111101 1101100 101101 0 1110 110011 10100010 11101 100110

Color Harmonies of #457D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457D6C

Black with #457D6C

Text Example


Text Example

White with #457D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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