Html Css Color HEX #468471 Viridian

📋 copy color: '#468471'

red 70 ◦ green 132 ◦ blue 113

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

Shades of Viridian #468471

Tints of Viridian #468471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 22.22%
G = 41.9%
B = 35.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#468471 (or 0x468471) is known color: Viridian. HEX triplet: 46, 84 and 71. RGB value is (70,132,113). Sum of RGB (Red+Green+Blue) = 70+132+113=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #468471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468471 is #B97B8E. Grayscale: #6F6F6F. Windows color (decimal): -12155791 or 7439430. OLE color: 7439430.

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

Color convert

RGB 70 132 113 -
CMYK 0.47 0 0.14 0.48
HSL 161.61º 0.31% 0.4% -
HSV(B) 161.61º 0.47% 0.52% -
XYZ 13.76 19 18.56 -
YUV 111.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 70 132 113 0.47 0 0.14 0.48 161.61 0.31 0.4
Hex 46 84 71 2F 0 E 30 A2 1F 28
Octal 106 204 161 57 0 16 60 242 37 50
Binary 1000110 10000100 1110001 101111 0 1110 110000 10100010 11111 101000

Color Harmonies of #468471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468471

Black with #468471

Text Example


Text Example

White with #468471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468471; }

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

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

background-color css

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

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

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

border-color css

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

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

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