Html Css Color HEX #457E68 Viridian

📋 copy color: '#457E68'

red 69 ◦ green 126 ◦ blue 104

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

Shades of Viridian #457E68

Tints of Viridian #457E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.14%

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 23.08%
G = 42.14%
B = 34.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#457E68 (or 0x457E68) is known color: Viridian. HEX triplet: 45, 7E and 68. RGB value is (69,126,104). Sum of RGB (Red+Green+Blue) = 69+126+104=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #457E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457E68 is #BA8197. Grayscale: #6A6A6A. Windows color (decimal): -12222872 or 6848069. OLE color: 6848069.

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

Color convert

RGB 69 126 104 -
CMYK 0.45 0 0.17 0.51
HSL 156.84º 0.29% 0.38% -
HSV(B) 156.84º 0.45% 0.49% -
XYZ 12.41 17.19 15.76 -
YUV 106.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 69 126 104 0.45 0 0.17 0.51 156.84 0.29 0.38
Hex 45 7E 68 2D 0 11 33 9D 1D 26
Octal 105 176 150 55 0 21 63 235 35 46
Binary 1000101 1111110 1101000 101101 0 10001 110011 10011101 11101 100110

Color Harmonies of #457E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457E68

Black with #457E68

Text Example


Text Example

White with #457E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,126,104); }

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

background-color css

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

 a { background-color: rgb(69,126,104); }

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

border-color css

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

 span { border-color: rgb(69,126,104); }

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