Html Css Color HEX #458D73 Viridian

📋 copy color: '#458D73'

red 69 ◦ green 141 ◦ blue 115

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

Shades of Viridian #458D73

Tints of Viridian #458D73

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.38%

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

R = 21.23%
G = 43.38%
B = 35.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#458D73 (or 0x458D73) is known color: Viridian. HEX triplet: 45, 8D and 73. RGB value is (69,141,115). Sum of RGB (Red+Green+Blue) = 69+141+115=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #458D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D73 is #BA728C. Grayscale: #747474. Windows color (decimal): -12219021 or 7572805. OLE color: 7572805.

HSL color Cylindrical-coordinate representation of color #458D73: hue angle of 158.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D73 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 141 115 -
CMYK 0.51 0 0.18 0.45
HSL 158.33º 0.34% 0.41% -
HSV(B) 158.33º 0.51% 0.55% -
XYZ 15.07 21.55 19.59 -
YUV 116.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 69 141 115 0.51 0 0.18 0.45 158.33 0.34 0.41
Hex 45 8D 73 33 0 12 2D 9E 22 29
Octal 105 215 163 63 0 22 55 236 42 51
Binary 1000101 10001101 1110011 110011 0 10010 101101 10011110 100010 101001

Color Harmonies of #458D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458D73

Black with #458D73

Text Example


Text Example

White with #458D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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