Html Css Color HEX #458476 Viridian

📋 copy color: '#458476'

red 69 ◦ green 132 ◦ blue 118

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

Shades of Viridian #458476

Tints of Viridian #458476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 21.63%
G = 41.38%
B = 36.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#458476 (or 0x458476) is known color: Viridian. HEX triplet: 45, 84 and 76. RGB value is (69,132,118). Sum of RGB (Red+Green+Blue) = 69+132+118=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #458476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458476 is #BA7B89. Grayscale: #6F6F6F. Windows color (decimal): -12221322 or 7767109. OLE color: 7767109.

HSL color Cylindrical-coordinate representation of color #458476: hue angle of 166.67º 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 #458476 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 132 118 -
CMYK 0.48 0 0.11 0.48
HSL 166.67º 0.31% 0.39% -
HSV(B) 166.67º 0.48% 0.52% -
XYZ 13.98 19.08 20.08 -
YUV 111.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 69 132 118 0.48 0 0.11 0.48 166.67 0.31 0.39
Hex 45 84 76 30 0 B 30 A7 1F 27
Octal 105 204 166 60 0 13 60 247 37 47
Binary 1000101 10000100 1110110 110000 0 1011 110000 10100111 11111 100111

Color Harmonies of #458476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458476

Black with #458476

Text Example


Text Example

White with #458476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458476; }

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

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

background-color css

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

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

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

border-color css

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

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

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