Html Css Color HEX #468877 Viridian

📋 copy color: '#468877'

red 70 ◦ green 136 ◦ blue 119

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

Shades of Viridian #468877

Tints of Viridian #468877

RGB

 RED value IS 70 (27.73% from 255) = 21.54%

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

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

R = 21.54%
G = 41.85%
B = 36.62%

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

#468877 (or 0x468877) is known color: Viridian. HEX triplet: 46, 88 and 77. RGB value is (70,136,119). Sum of RGB (Red+Green+Blue) = 70+136+119=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #468877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468877 is #B97788. Grayscale: #727272. Windows color (decimal): -12154761 or 7833670. OLE color: 7833670.

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

Color convert

RGB 70 136 119 -
CMYK 0.49 0 0.12 0.47
HSL 164.55º 0.32% 0.4% -
HSV(B) 164.55º 0.49% 0.53% -
XYZ 14.66 20.24 20.59 -
YUV 114.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 70 136 119 0.49 0 0.12 0.47 164.55 0.32 0.4
Hex 46 88 77 31 0 C 2F A5 20 28
Octal 106 210 167 61 0 14 57 245 40 50
Binary 1000110 10001000 1110111 110001 0 1100 101111 10100101 100000 101000

Color Harmonies of #468877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468877

Black with #468877

Text Example


Text Example

White with #468877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468877; }

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

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

background-color css

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

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

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

border-color css

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

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

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