Html Css Color HEX #458677 Viridian

📋 copy color: '#458677'

red 69 ◦ green 134 ◦ blue 119

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

Shades of Viridian #458677

Tints of Viridian #458677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 21.43%
G = 41.61%
B = 36.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#458677 (or 0x458677) is known color: Viridian. HEX triplet: 45, 86 and 77. RGB value is (69,134,119). Sum of RGB (Red+Green+Blue) = 69+134+119=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #458677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458677 is #BA7988. Grayscale: #707070. Windows color (decimal): -12220809 or 7833157. OLE color: 7833157.

HSL color Cylindrical-coordinate representation of color #458677: hue angle of 166.15º 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 #458677 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 134 119 -
CMYK 0.49 0 0.11 0.47
HSL 166.15º 0.32% 0.4% -
HSV(B) 166.15º 0.49% 0.53% -
XYZ 14.31 19.65 20.49 -
YUV 112.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 69 134 119 0.49 0 0.11 0.47 166.15 0.32 0.4
Hex 45 86 77 31 0 B 2F A6 20 28
Octal 105 206 167 61 0 13 57 246 40 50
Binary 1000101 10000110 1110111 110001 0 1011 101111 10100110 100000 101000

Color Harmonies of #458677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458677

Black with #458677

Text Example


Text Example

White with #458677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458677; }

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

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

background-color css

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

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

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

border-color css

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

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

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