Html Css Color HEX #468473 Viridian

📋 copy color: '#468473'

red 70 ◦ green 132 ◦ blue 115

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

Shades of Viridian #468473

Tints of Viridian #468473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 22.08%
G = 41.64%
B = 36.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#468473 (or 0x468473) is known color: Viridian. HEX triplet: 46, 84 and 73. RGB value is (70,132,115). Sum of RGB (Red+Green+Blue) = 70+132+115=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #468473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468473 is #B97B8C. Grayscale: #6F6F6F. Windows color (decimal): -12155789 or 7570502. OLE color: 7570502.

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

Color convert

RGB 70 132 115 -
CMYK 0.47 0 0.13 0.48
HSL 163.55º 0.31% 0.4% -
HSV(B) 163.55º 0.47% 0.52% -
XYZ 13.87 19.04 19.16 -
YUV 111.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 70 132 115 0.47 0 0.13 0.48 163.55 0.31 0.4
Hex 46 84 73 2F 0 D 30 A4 1F 28
Octal 106 204 163 57 0 15 60 244 37 50
Binary 1000110 10000100 1110011 101111 0 1101 110000 10100100 11111 101000

Color Harmonies of #468473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468473

Black with #468473

Text Example


Text Example

White with #468473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468473; }

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

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

background-color css

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

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

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

border-color css

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

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

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