Html Css Color HEX #468D68 Viridian

📋 copy color: '#468D68'

red 70 ◦ green 141 ◦ blue 104

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

Shades of Viridian #468D68

Tints of Viridian #468D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 22.22%
G = 44.76%
B = 33.02%

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

#468D68 (or 0x468D68) is known color: Viridian. HEX triplet: 46, 8D and 68. RGB value is (70,141,104). Sum of RGB (Red+Green+Blue) = 70+141+104=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #468D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D68 is #B97297. Grayscale: #737373. Windows color (decimal): -12153496 or 6851910. OLE color: 6851910.

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

Color convert

RGB 70 141 104 -
CMYK 0.50 0 0.26 0.45
HSL 148.73º 0.34% 0.41% -
HSV(B) 148.73º 0.5% 0.55% -
XYZ 14.55 21.35 16.45 -
YUV 115.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 70 141 104 0.50 0 0.26 0.45 148.73 0.34 0.41
Hex 46 8D 68 32 0 1A 2D 95 22 29
Octal 106 215 150 62 0 32 55 225 42 51
Binary 1000110 10001101 1101000 110010 0 11010 101101 10010101 100010 101001

Color Harmonies of #468D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D68

Black with #468D68

Text Example


Text Example

White with #468D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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