Html Css Color HEX #468D69 Viridian

📋 copy color: '#468D69'

red 70 ◦ green 141 ◦ blue 105

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

Shades of Viridian #468D69

Tints of Viridian #468D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 22.15%
G = 44.62%
B = 33.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#468D69 (or 0x468D69) is known color: Viridian. HEX triplet: 46, 8D and 69. RGB value is (70,141,105). Sum of RGB (Red+Green+Blue) = 70+141+105=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #468D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D69 is #B97296. Grayscale: #737373. Windows color (decimal): -12153495 or 6917446. OLE color: 6917446.

HSL color Cylindrical-coordinate representation of color #468D69: hue angle of 149.58º 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 #468D69 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 105 -
CMYK 0.50 0 0.26 0.45
HSL 149.58º 0.34% 0.41% -
HSV(B) 149.58º 0.5% 0.55% -
XYZ 14.6 21.37 16.72 -
YUV 115.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 70 141 105 0.50 0 0.26 0.45 149.58 0.34 0.41
Hex 46 8D 69 32 0 1A 2D 96 22 29
Octal 106 215 151 62 0 32 55 226 42 51
Binary 1000110 10001101 1101001 110010 0 11010 101101 10010110 100010 101001

Color Harmonies of #468D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D69

Black with #468D69

Text Example


Text Example

White with #468D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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