Html Css Color HEX #468667 Viridian

📋 copy color: '#468667'

red 70 ◦ green 134 ◦ blue 103

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

Shades of Viridian #468667

Tints of Viridian #468667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.55%

R = 22.8%
G = 43.65%
B = 33.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#468667 (or 0x468667) is known color: Viridian. HEX triplet: 46, 86 and 67. RGB value is (70,134,103). Sum of RGB (Red+Green+Blue) = 70+134+103=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #468667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468667 is #B97998. Grayscale: #6F6F6F. Windows color (decimal): -12155289 or 6784582. OLE color: 6784582.

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

Color convert

RGB 70 134 103 -
CMYK 0.48 0 0.23 0.47
HSL 150.94º 0.31% 0.4% -
HSV(B) 150.94º 0.48% 0.53% -
XYZ 13.5 19.33 15.85 -
YUV 111.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 70 134 103 0.48 0 0.23 0.47 150.94 0.31 0.4
Hex 46 86 67 30 0 17 2F 97 1F 28
Octal 106 206 147 60 0 27 57 227 37 50
Binary 1000110 10000110 1100111 110000 0 10111 101111 10010111 11111 101000

Color Harmonies of #468667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468667

Black with #468667

Text Example


Text Example

White with #468667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468667; }

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

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

background-color css

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

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

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

border-color css

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

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

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