Html Css Color HEX #468476 Viridian

📋 copy color: '#468476'

red 70 ◦ green 132 ◦ blue 118

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

Shades of Viridian #468476

Tints of Viridian #468476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 21.88%
G = 41.25%
B = 36.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#468476 (or 0x468476) is known color: Viridian. HEX triplet: 46, 84 and 76. RGB value is (70,132,118). Sum of RGB (Red+Green+Blue) = 70+132+118=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #468476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468476 is #B97B89. Grayscale: #6F6F6F. Windows color (decimal): -12155786 or 7767110. OLE color: 7767110.

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

Color convert

RGB 70 132 118 -
CMYK 0.47 0 0.11 0.48
HSL 166.45º 0.31% 0.4% -
HSV(B) 166.45º 0.47% 0.52% -
XYZ 14.05 19.11 20.09 -
YUV 111.87 131.46 98.14 -
System Red Green Blue C M Y K H S L
Decimal 70 132 118 0.47 0 0.11 0.48 166.45 0.31 0.4
Hex 46 84 76 2F 0 B 30 A6 1F 28
Octal 106 204 166 57 0 13 60 246 37 50
Binary 1000110 10000100 1110110 101111 0 1011 110000 10100110 11111 101000

Color Harmonies of #468476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468476

Black with #468476

Text Example


Text Example

White with #468476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468476; }

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

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

background-color css

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

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

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

border-color css

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

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

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