Html Css Color HEX #457E6A Viridian

📋 copy color: '#457E6A'

red 69 ◦ green 126 ◦ blue 106

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

Shades of Viridian #457E6A

Tints of Viridian #457E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 22.92%
G = 41.86%
B = 35.22%

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

#457E6A (or 0x457E6A) is known color: Viridian. HEX triplet: 45, 7E and 6A. RGB value is (69,126,106). Sum of RGB (Red+Green+Blue) = 69+126+106=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #457E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457E6A is #BA8195. Grayscale: #6A6A6A. Windows color (decimal): -12222870 or 6979141. OLE color: 6979141.

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

Color convert

RGB 69 126 106 -
CMYK 0.45 0 0.16 0.51
HSL 158.95º 0.29% 0.38% -
HSV(B) 158.95º 0.45% 0.49% -
XYZ 12.52 17.23 16.3 -
YUV 106.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 69 126 106 0.45 0 0.16 0.51 158.95 0.29 0.38
Hex 45 7E 6A 2D 0 10 33 9F 1D 26
Octal 105 176 152 55 0 20 63 237 35 46
Binary 1000101 1111110 1101010 101101 0 10000 110011 10011111 11101 100110

Color Harmonies of #457E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457E6A

Black with #457E6A

Text Example


Text Example

White with #457E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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