Html Css Color HEX #458E71 Viridian

📋 copy color: '#458E71'

red 69 ◦ green 142 ◦ blue 113

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

Shades of Viridian #458E71

Tints of Viridian #458E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.83%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 21.3%
G = 43.83%
B = 34.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#458E71 (or 0x458E71) is known color: Viridian. HEX triplet: 45, 8E and 71. RGB value is (69,142,113). Sum of RGB (Red+Green+Blue) = 69+142+113=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #458E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458E71 is #BA718E. Grayscale: #747474. Windows color (decimal): -12218767 or 7441989. OLE color: 7441989.

HSL color Cylindrical-coordinate representation of color #458E71: hue angle of 156.16º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458E71 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 142 113 -
CMYK 0.51 0 0.20 0.44
HSL 156.16º 0.35% 0.41% -
HSV(B) 156.16º 0.51% 0.56% -
XYZ 15.11 21.8 19.04 -
YUV 116.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 69 142 113 0.51 0 0.20 0.44 156.16 0.35 0.41
Hex 45 8E 71 33 0 14 2C 9C 23 29
Octal 105 216 161 63 0 24 54 234 43 51
Binary 1000101 10001110 1110001 110011 0 10100 101100 10011100 100011 101001

Color Harmonies of #458E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458E71

Black with #458E71

Text Example


Text Example

White with #458E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,142,113); }

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

background-color css

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

 a { background-color: rgb(69,142,113); }

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

border-color css

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

 span { border-color: rgb(69,142,113); }

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