Html Css Color HEX #468D72 Viridian

📋 copy color: '#468D72'

red 70 ◦ green 141 ◦ blue 114

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

Shades of Viridian #468D72

Tints of Viridian #468D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.38%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 21.54%
G = 43.38%
B = 35.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#468D72 (or 0x468D72) is known color: Viridian. HEX triplet: 46, 8D and 72. RGB value is (70,141,114). Sum of RGB (Red+Green+Blue) = 70+141+114=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #468D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D72 is #B9728D. Grayscale: #747474. Windows color (decimal): -12153486 or 7507270. OLE color: 7507270.

HSL color Cylindrical-coordinate representation of color #468D72: hue angle of 157.18º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468D72 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 114 -
CMYK 0.50 0 0.19 0.45
HSL 157.18º 0.34% 0.41% -
HSV(B) 157.18º 0.5% 0.55% -
XYZ 15.09 21.57 19.29 -
YUV 116.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 70 141 114 0.50 0 0.19 0.45 157.18 0.34 0.41
Hex 46 8D 72 32 0 13 2D 9D 22 29
Octal 106 215 162 62 0 23 55 235 42 51
Binary 1000110 10001101 1110010 110010 0 10011 101101 10011101 100010 101001

Color Harmonies of #468D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D72

Black with #468D72

Text Example


Text Example

White with #468D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468D72; }

 p { color: rgb(70,141,114); }

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

background-color css

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

 a { background-color: rgb(70,141,114); }

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

border-color css

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

 span { border-color: rgb(70,141,114); }

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