Html Css Color HEX #458473 Viridian

📋 copy color: '#458473'

red 69 ◦ green 132 ◦ blue 115

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

Shades of Viridian #458473

Tints of Viridian #458473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 21.84%
G = 41.77%
B = 36.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#458473 (or 0x458473) is known color: Viridian. HEX triplet: 45, 84 and 73. RGB value is (69,132,115). Sum of RGB (Red+Green+Blue) = 69+132+115=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #458473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458473 is #BA7B8C. Grayscale: #6F6F6F. Windows color (decimal): -12221325 or 7570501. OLE color: 7570501.

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

Color convert

RGB 69 132 115 -
CMYK 0.48 0 0.13 0.48
HSL 163.81º 0.31% 0.39% -
HSV(B) 163.81º 0.48% 0.52% -
XYZ 13.8 19.01 19.16 -
YUV 111.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 69 132 115 0.48 0 0.13 0.48 163.81 0.31 0.39
Hex 45 84 73 30 0 D 30 A4 1F 27
Octal 105 204 163 60 0 15 60 244 37 47
Binary 1000101 10000100 1110011 110000 0 1101 110000 10100100 11111 100111

Color Harmonies of #458473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458473

Black with #458473

Text Example


Text Example

White with #458473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458473; }

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

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

background-color css

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

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

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

border-color css

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

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

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