Html Css Color HEX #468674 Viridian

📋 copy color: '#468674'

red 70 ◦ green 134 ◦ blue 116

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

Shades of Viridian #468674

Tints of Viridian #468674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.88%

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 21.88%
G = 41.88%
B = 36.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#468674 (or 0x468674) is known color: Viridian. HEX triplet: 46, 86 and 74. RGB value is (70,134,116). Sum of RGB (Red+Green+Blue) = 70+134+116=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #468674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468674 is #B9798B. Grayscale: #707070. Windows color (decimal): -12155276 or 7636550. OLE color: 7636550.

HSL color Cylindrical-coordinate representation of color #468674: hue angle of 163.12º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468674 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 116 -
CMYK 0.48 0 0.13 0.47
HSL 163.13º 0.31% 0.4% -
HSV(B) 163.13º 0.48% 0.53% -
XYZ 14.2 19.61 19.56 -
YUV 112.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 70 134 116 0.48 0 0.13 0.47 163.13 0.31 0.4
Hex 46 86 74 30 0 D 2F A3 1F 28
Octal 106 206 164 60 0 15 57 243 37 50
Binary 1000110 10000110 1110100 110000 0 1101 101111 10100011 11111 101000

Color Harmonies of #468674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468674

Black with #468674

Text Example


Text Example

White with #468674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468674; }

 p { color: rgb(70,134,116); }

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

background-color css

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

 a { background-color: rgb(70,134,116); }

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

border-color css

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

 span { border-color: rgb(70,134,116); }

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