Html Css Color HEX #458477 Viridian

📋 copy color: '#458477'

red 69 ◦ green 132 ◦ blue 119

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

Shades of Viridian #458477

Tints of Viridian #458477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.25%

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 21.56%
G = 41.25%
B = 37.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#458477 (or 0x458477) is known color: Viridian. HEX triplet: 45, 84 and 77. RGB value is (69,132,119). Sum of RGB (Red+Green+Blue) = 69+132+119=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #458477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458477 is #BA7B88. Grayscale: #6F6F6F. Windows color (decimal): -12221321 or 7832645. OLE color: 7832645.

HSL color Cylindrical-coordinate representation of color #458477: hue angle of 167.62º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458477 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 132 119 -
CMYK 0.48 0 0.10 0.48
HSL 167.62º 0.31% 0.39% -
HSV(B) 167.62º 0.48% 0.52% -
XYZ 14.04 19.1 20.4 -
YUV 111.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 69 132 119 0.48 0 0.10 0.48 167.62 0.31 0.39
Hex 45 84 77 30 0 A 30 A8 1F 27
Octal 105 204 167 60 0 12 60 250 37 47
Binary 1000101 10000100 1110111 110000 0 1010 110000 10101000 11111 100111

Color Harmonies of #458477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458477

Black with #458477

Text Example


Text Example

White with #458477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458477; }

 p { color: rgb(69,132,119); }

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

background-color css

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

 a { background-color: rgb(69,132,119); }

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

border-color css

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

 span { border-color: rgb(69,132,119); }

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