Html Css Color HEX #468477 Viridian

📋 copy color: '#468477'

red 70 ◦ green 132 ◦ blue 119

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

Shades of Viridian #468477

Tints of Viridian #468477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.12%

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

R = 21.81%
G = 41.12%
B = 37.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#468477 (or 0x468477) is known color: Viridian. HEX triplet: 46, 84 and 77. RGB value is (70,132,119). Sum of RGB (Red+Green+Blue) = 70+132+119=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #468477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468477 is #B97B88. Grayscale: #6F6F6F. Windows color (decimal): -12155785 or 7832646. OLE color: 7832646.

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

Color convert

RGB 70 132 119 -
CMYK 0.47 0 0.10 0.48
HSL 167.42º 0.31% 0.4% -
HSV(B) 167.42º 0.47% 0.52% -
XYZ 14.11 19.14 20.4 -
YUV 111.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 70 132 119 0.47 0 0.10 0.48 167.42 0.31 0.4
Hex 46 84 77 2F 0 A 30 A7 1F 28
Octal 106 204 167 57 0 12 60 247 37 50
Binary 1000110 10000100 1110111 101111 0 1010 110000 10100111 11111 101000

Color Harmonies of #468477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468477

Black with #468477

Text Example


Text Example

White with #468477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468477; }

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

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

background-color css

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

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

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

border-color css

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

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

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