Html Css Color HEX #458678 Viridian

📋 copy color: '#458678'

red 69 ◦ green 134 ◦ blue 120

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

Shades of Viridian #458678

Tints of Viridian #458678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

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

R = 21.36%
G = 41.49%
B = 37.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#458678 (or 0x458678) is known color: Viridian. HEX triplet: 45, 86 and 78. RGB value is (69,134,120). Sum of RGB (Red+Green+Blue) = 69+134+120=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #458678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458678 is #BA7987. Grayscale: #707070. Windows color (decimal): -12220808 or 7898693. OLE color: 7898693.

HSL color Cylindrical-coordinate representation of color #458678: hue angle of 167.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458678 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 134 120 -
CMYK 0.49 0 0.10 0.47
HSL 167.08º 0.32% 0.4% -
HSV(B) 167.08º 0.49% 0.53% -
XYZ 14.37 19.67 20.81 -
YUV 112.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 69 134 120 0.49 0 0.10 0.47 167.08 0.32 0.4
Hex 45 86 78 31 0 A 2F A7 20 28
Octal 105 206 170 61 0 12 57 247 40 50
Binary 1000101 10000110 1111000 110001 0 1010 101111 10100111 100000 101000

Color Harmonies of #458678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458678

Black with #458678

Text Example


Text Example

White with #458678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458678; }

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

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

background-color css

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

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

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

border-color css

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

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

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