Html Css Color HEX #458471 Viridian

📋 copy color: '#458471'

red 69 ◦ green 132 ◦ blue 113

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

Shades of Viridian #458471

Tints of Viridian #458471

RGB

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

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

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

R = 21.97%
G = 42.04%
B = 35.99%

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

#458471 (or 0x458471) is known color: Viridian. HEX triplet: 45, 84 and 71. RGB value is (69,132,113). Sum of RGB (Red+Green+Blue) = 69+132+113=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #458471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458471 is #BA7B8E. Grayscale: #6F6F6F. Windows color (decimal): -12221327 or 7439429. OLE color: 7439429.

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

Color convert

RGB 69 132 113 -
CMYK 0.48 0 0.14 0.48
HSL 161.9º 0.31% 0.39% -
HSV(B) 161.9º 0.48% 0.52% -
XYZ 13.69 18.96 18.56 -
YUV 111 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 69 132 113 0.48 0 0.14 0.48 161.9 0.31 0.39
Hex 45 84 71 30 0 E 30 A2 1F 27
Octal 105 204 161 60 0 16 60 242 37 47
Binary 1000101 10000100 1110001 110000 0 1110 110000 10100010 11111 100111

Color Harmonies of #458471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458471

Black with #458471

Text Example


Text Example

White with #458471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458471; }

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

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

background-color css

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

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

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

border-color css

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

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

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