Html Css Color HEX #457D69 Viridian

📋 copy color: '#457D69'

red 69 ◦ green 125 ◦ blue 105

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

Shades of Viridian #457D69

Tints of Viridian #457D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 23.08%
G = 41.81%
B = 35.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#457D69 (or 0x457D69) is known color: Viridian. HEX triplet: 45, 7D and 69. RGB value is (69,125,105). Sum of RGB (Red+Green+Blue) = 69+125+105=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #457D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D69 is #BA8296. Grayscale: #6A6A6A. Windows color (decimal): -12223127 or 6913349. OLE color: 6913349.

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

Color convert

RGB 69 125 105 -
CMYK 0.45 0 0.16 0.51
HSL 158.57º 0.29% 0.38% -
HSV(B) 158.57º 0.45% 0.49% -
XYZ 12.34 16.95 15.99 -
YUV 105.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 69 125 105 0.45 0 0.16 0.51 158.57 0.29 0.38
Hex 45 7D 69 2D 0 10 33 9F 1D 26
Octal 105 175 151 55 0 20 63 237 35 46
Binary 1000101 1111101 1101001 101101 0 10000 110011 10011111 11101 100110

Color Harmonies of #457D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457D69

Black with #457D69

Text Example


Text Example

White with #457D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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