Html Css Color HEX #458472 Viridian

📋 copy color: '#458472'

red 69 ◦ green 132 ◦ blue 114

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

Shades of Viridian #458472

Tints of Viridian #458472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 21.9%
G = 41.9%
B = 36.19%

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

#458472 (or 0x458472) is known color: Viridian. HEX triplet: 45, 84 and 72. RGB value is (69,132,114). Sum of RGB (Red+Green+Blue) = 69+132+114=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #458472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458472 is #BA7B8D. Grayscale: #6F6F6F. Windows color (decimal): -12221326 or 7504965. OLE color: 7504965.

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

Color convert

RGB 69 132 114 -
CMYK 0.48 0 0.14 0.48
HSL 162.86º 0.31% 0.39% -
HSV(B) 162.86º 0.48% 0.52% -
XYZ 13.74 18.98 18.86 -
YUV 111.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 69 132 114 0.48 0 0.14 0.48 162.86 0.31 0.39
Hex 45 84 72 30 0 E 30 A3 1F 27
Octal 105 204 162 60 0 16 60 243 37 47
Binary 1000101 10000100 1110010 110000 0 1110 110000 10100011 11111 100111

Color Harmonies of #458472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458472

Black with #458472

Text Example


Text Example

White with #458472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458472; }

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

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

background-color css

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

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

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

border-color css

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

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

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