Html Css Color HEX #458877 Viridian

📋 copy color: '#458877'

red 69 ◦ green 136 ◦ blue 119

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

Shades of Viridian #458877

Tints of Viridian #458877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.98%

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

R = 21.3%
G = 41.98%
B = 36.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#458877 (or 0x458877) is known color: Viridian. HEX triplet: 45, 88 and 77. RGB value is (69,136,119). Sum of RGB (Red+Green+Blue) = 69+136+119=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #458877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458877 is #BA7788. Grayscale: #727272. Windows color (decimal): -12220297 or 7833669. OLE color: 7833669.

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

Color convert

RGB 69 136 119 -
CMYK 0.49 0 0.12 0.47
HSL 164.78º 0.33% 0.4% -
HSV(B) 164.78º 0.49% 0.53% -
XYZ 14.59 20.21 20.58 -
YUV 114.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 69 136 119 0.49 0 0.12 0.47 164.78 0.33 0.4
Hex 45 88 77 31 0 C 2F A5 21 28
Octal 105 210 167 61 0 14 57 245 41 50
Binary 1000101 10001000 1110111 110001 0 1100 101111 10100101 100001 101000

Color Harmonies of #458877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458877

Black with #458877

Text Example


Text Example

White with #458877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458877; }

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

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

background-color css

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

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

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

border-color css

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

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

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