Html Css Color HEX #468171 Viridian

📋 copy color: '#468171'

red 70 ◦ green 129 ◦ blue 113

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

Shades of Viridian #468171

Tints of Viridian #468171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

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

R = 22.44%
G = 41.35%
B = 36.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#468171 (or 0x468171) is known color: Viridian. HEX triplet: 46, 81 and 71. RGB value is (70,129,113). Sum of RGB (Red+Green+Blue) = 70+129+113=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #468171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468171 is #B97E8E. Grayscale: #6D6D6D. Windows color (decimal): -12156559 or 7438662. OLE color: 7438662.

HSL color Cylindrical-coordinate representation of color #468171: hue angle of 163.73º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468171 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 113 -
CMYK 0.46 0 0.12 0.49
HSL 163.73º 0.3% 0.39% -
HSV(B) 163.73º 0.46% 0.51% -
XYZ 13.36 18.19 18.43 -
YUV 109.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 70 129 113 0.46 0 0.12 0.49 163.73 0.3 0.39
Hex 46 81 71 2E 0 C 31 A4 1E 27
Octal 106 201 161 56 0 14 61 244 36 47
Binary 1000110 10000001 1110001 101110 0 1100 110001 10100100 11110 100111

Color Harmonies of #468171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468171

Black with #468171

Text Example


Text Example

White with #468171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468171; }

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

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

background-color css

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

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

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

border-color css

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

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

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