Html Css Color HEX #458D70 Viridian

📋 copy color: '#458D70'

red 69 ◦ green 141 ◦ blue 112

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

Shades of Viridian #458D70

Tints of Viridian #458D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 21.43%
G = 43.79%
B = 34.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#458D70 (or 0x458D70) is known color: Viridian. HEX triplet: 45, 8D and 70. RGB value is (69,141,112). Sum of RGB (Red+Green+Blue) = 69+141+112=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #458D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D70 is #BA728F. Grayscale: #747474. Windows color (decimal): -12219024 or 7376197. OLE color: 7376197.

HSL color Cylindrical-coordinate representation of color #458D70: hue angle of 155.83º 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 #458D70 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 141 112 -
CMYK 0.51 0 0.21 0.45
HSL 155.83º 0.34% 0.41% -
HSV(B) 155.83º 0.51% 0.55% -
XYZ 14.9 21.48 18.69 -
YUV 116.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 69 141 112 0.51 0 0.21 0.45 155.83 0.34 0.41
Hex 45 8D 70 33 0 15 2D 9C 22 29
Octal 105 215 160 63 0 25 55 234 42 51
Binary 1000101 10001101 1110000 110011 0 10101 101101 10011100 100010 101001

Color Harmonies of #458D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458D70

Black with #458D70

Text Example


Text Example

White with #458D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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