Html Css Color HEX #458573 Viridian

📋 copy color: '#458573'

red 69 ◦ green 133 ◦ blue 115

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

Shades of Viridian #458573

Tints of Viridian #458573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

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

R = 21.77%
G = 41.96%
B = 36.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#458573 (or 0x458573) is known color: Viridian. HEX triplet: 45, 85 and 73. RGB value is (69,133,115). Sum of RGB (Red+Green+Blue) = 69+133+115=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #458573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458573 is #BA7A8C. Grayscale: #6F6F6F. Windows color (decimal): -12221069 or 7570757. OLE color: 7570757.

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

Color convert

RGB 69 133 115 -
CMYK 0.48 0 0.14 0.48
HSL 163.13º 0.32% 0.4% -
HSV(B) 163.13º 0.48% 0.52% -
XYZ 13.94 19.28 19.21 -
YUV 111.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 69 133 115 0.48 0 0.14 0.48 163.13 0.32 0.4
Hex 45 85 73 30 0 E 30 A3 20 28
Octal 105 205 163 60 0 16 60 243 40 50
Binary 1000101 10000101 1110011 110000 0 1110 110000 10100011 100000 101000

Color Harmonies of #458573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458573

Black with #458573

Text Example


Text Example

White with #458573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458573; }

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

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

background-color css

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

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

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

border-color css

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

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

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