Html Css Color HEX #458978 Viridian

📋 copy color: '#458978'

red 69 ◦ green 137 ◦ blue 120

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

Shades of Viridian #458978

Tints of Viridian #458978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.02%

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

R = 21.17%
G = 42.02%
B = 36.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#458978 (or 0x458978) is known color: Viridian. HEX triplet: 45, 89 and 78. RGB value is (69,137,120). Sum of RGB (Red+Green+Blue) = 69+137+120=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #458978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458978 is #BA7687. Grayscale: #727272. Windows color (decimal): -12220040 or 7899461. OLE color: 7899461.

HSL color Cylindrical-coordinate representation of color #458978: hue angle of 165º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458978 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 137 120 -
CMYK 0.50 0 0.12 0.46
HSL 165º 0.33% 0.4% -
HSV(B) 165º 0.5% 0.54% -
XYZ 14.79 20.51 20.95 -
YUV 114.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 69 137 120 0.50 0 0.12 0.46 165 0.33 0.4
Hex 45 89 78 32 0 C 2E A5 21 28
Octal 105 211 170 62 0 14 56 245 41 50
Binary 1000101 10001001 1111000 110010 0 1100 101110 10100101 100001 101000

Color Harmonies of #458978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458978

Black with #458978

Text Example


Text Example

White with #458978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458978; }

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

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

background-color css

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

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

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

border-color css

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

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

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