Html Css Color HEX #458478 Viridian

📋 copy color: '#458478'

red 69 ◦ green 132 ◦ blue 120

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

Shades of Viridian #458478

Tints of Viridian #458478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 21.5%
G = 41.12%
B = 37.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#458478 (or 0x458478) is known color: Viridian. HEX triplet: 45, 84 and 78. RGB value is (69,132,120). Sum of RGB (Red+Green+Blue) = 69+132+120=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #458478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458478 is #BA7B87. Grayscale: #6F6F6F. Windows color (decimal): -12221320 or 7898181. OLE color: 7898181.

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

Color convert

RGB 69 132 120 -
CMYK 0.48 0 0.09 0.48
HSL 168.57º 0.31% 0.39% -
HSV(B) 168.57º 0.48% 0.52% -
XYZ 14.1 19.12 20.72 -
YUV 111.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 69 132 120 0.48 0 0.09 0.48 168.57 0.31 0.39
Hex 45 84 78 30 0 9 30 A9 1F 27
Octal 105 204 170 60 0 11 60 251 37 47
Binary 1000101 10000100 1111000 110000 0 1001 110000 10101001 11111 100111

Color Harmonies of #458478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458478

Black with #458478

Text Example


Text Example

White with #458478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458478; }

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

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

background-color css

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

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

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

border-color css

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

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

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