Html Css Color HEX #457D66 Viridian

📋 copy color: '#457D66'

red 69 ◦ green 125 ◦ blue 102

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

Shades of Viridian #457D66

Tints of Viridian #457D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 23.31%
G = 42.23%
B = 34.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#457D66 (or 0x457D66) is known color: Viridian. HEX triplet: 45, 7D and 66. RGB value is (69,125,102). Sum of RGB (Red+Green+Blue) = 69+125+102=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #457D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D66 is #BA8299. Grayscale: #696969. Windows color (decimal): -12223130 or 6716741. OLE color: 6716741.

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

Color convert

RGB 69 125 102 -
CMYK 0.45 0 0.18 0.51
HSL 155.36º 0.29% 0.38% -
HSV(B) 155.36º 0.45% 0.49% -
XYZ 12.19 16.89 15.19 -
YUV 105.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 69 125 102 0.45 0 0.18 0.51 155.36 0.29 0.38
Hex 45 7D 66 2D 0 12 33 9B 1D 26
Octal 105 175 146 55 0 22 63 233 35 46
Binary 1000101 1111101 1100110 101101 0 10010 110011 10011011 11101 100110

Color Harmonies of #457D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457D66

Black with #457D66

Text Example


Text Example

White with #457D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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