Html Css Color HEX #468670 Viridian

📋 copy color: '#468670'

red 70 ◦ green 134 ◦ blue 112

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

Shades of Viridian #468670

Tints of Viridian #468670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 22.15%
G = 42.41%
B = 35.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#468670 (or 0x468670) is known color: Viridian. HEX triplet: 46, 86 and 70. RGB value is (70,134,112). Sum of RGB (Red+Green+Blue) = 70+134+112=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #468670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468670 is #B9798F. Grayscale: #707070. Windows color (decimal): -12155280 or 7374406. OLE color: 7374406.

HSL color Cylindrical-coordinate representation of color #468670: hue angle of 159.38º 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 #468670 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 112 -
CMYK 0.48 0 0.16 0.47
HSL 159.38º 0.31% 0.4% -
HSV(B) 159.38º 0.48% 0.53% -
XYZ 13.98 19.52 18.36 -
YUV 112.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 70 134 112 0.48 0 0.16 0.47 159.38 0.31 0.4
Hex 46 86 70 30 0 10 2F 9F 1F 28
Octal 106 206 160 60 0 20 57 237 37 50
Binary 1000110 10000110 1110000 110000 0 10000 101111 10011111 11111 101000

Color Harmonies of #468670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468670

Black with #468670

Text Example


Text Example

White with #468670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468670; }

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

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

background-color css

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

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

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

border-color css

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

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

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