Html Css Color HEX #458474 Viridian

📋 copy color: '#458474'

red 69 ◦ green 132 ◦ blue 116

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

Shades of Viridian #458474

Tints of Viridian #458474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 21.77%
G = 41.64%
B = 36.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#458474 (or 0x458474) is known color: Viridian. HEX triplet: 45, 84 and 74. RGB value is (69,132,116). Sum of RGB (Red+Green+Blue) = 69+132+116=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #458474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458474 is #BA7B8B. Grayscale: #6F6F6F. Windows color (decimal): -12221324 or 7636037. OLE color: 7636037.

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

Color convert

RGB 69 132 116 -
CMYK 0.48 0 0.12 0.48
HSL 164.76º 0.31% 0.39% -
HSV(B) 164.76º 0.48% 0.52% -
XYZ 13.86 19.03 19.47 -
YUV 111.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 69 132 116 0.48 0 0.12 0.48 164.76 0.31 0.39
Hex 45 84 74 30 0 C 30 A5 1F 27
Octal 105 204 164 60 0 14 60 245 37 47
Binary 1000101 10000100 1110100 110000 0 1100 110000 10100101 11111 100111

Color Harmonies of #458474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458474

Black with #458474

Text Example


Text Example

White with #458474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458474; }

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

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

background-color css

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

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

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

border-color css

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

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

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