Html Css Color HEX #457464 Viridian

📋 copy color: '#457464'

red 69 ◦ green 116 ◦ blue 100

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

Shades of Viridian #457464

Tints of Viridian #457464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 24.21%
G = 40.7%
B = 35.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#457464 (or 0x457464) is known color: Viridian. HEX triplet: 45, 74 and 64. RGB value is (69,116,100). Sum of RGB (Red+Green+Blue) = 69+116+100=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #457464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457464 is #BA8B9B. Grayscale: #646464. Windows color (decimal): -12225436 or 6583365. OLE color: 6583365.

HSL color Cylindrical-coordinate representation of color #457464: hue angle of 159.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457464 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 100 -
CMYK 0.41 0 0.14 0.55
HSL 159.57º 0.25% 0.36% -
HSV(B) 159.57º 0.41% 0.45% -
XYZ 11 14.68 14.31 -
YUV 100.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 69 116 100 0.41 0 0.14 0.55 159.57 0.25 0.36
Hex 45 74 64 29 0 E 37 A0 19 24
Octal 105 164 144 51 0 16 67 240 31 44
Binary 1000101 1110100 1100100 101001 0 1110 110111 10100000 11001 100100

Color Harmonies of #457464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457464

Black with #457464

Text Example


Text Example

White with #457464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457464; }

 p { color: rgb(69,116,100); }

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

background-color css

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

 a { background-color: rgb(69,116,100); }

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

border-color css

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

 span { border-color: rgb(69,116,100); }

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