Html Css Color HEX #468971 Viridian

📋 copy color: '#468971'

red 70 ◦ green 137 ◦ blue 113

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

Shades of Viridian #468971

Tints of Viridian #468971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.81%

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

R = 21.88%
G = 42.81%
B = 35.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#468971 (or 0x468971) is known color: Viridian. HEX triplet: 46, 89 and 71. RGB value is (70,137,113). Sum of RGB (Red+Green+Blue) = 70+137+113=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #468971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468971 is #B9768E. Grayscale: #727272. Windows color (decimal): -12154511 or 7440710. OLE color: 7440710.

HSL color Cylindrical-coordinate representation of color #468971: hue angle of 158.51º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468971 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 137 113 -
CMYK 0.49 0 0.18 0.46
HSL 158.51º 0.32% 0.41% -
HSV(B) 158.51º 0.49% 0.54% -
XYZ 14.45 20.39 18.8 -
YUV 114.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 70 137 113 0.49 0 0.18 0.46 158.51 0.32 0.41
Hex 46 89 71 31 0 12 2E 9F 20 29
Octal 106 211 161 61 0 22 56 237 40 51
Binary 1000110 10001001 1110001 110001 0 10010 101110 10011111 100000 101001

Color Harmonies of #468971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468971

Black with #468971

Text Example


Text Example

White with #468971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468971; }

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

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

background-color css

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

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

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

border-color css

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

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

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