Html Css Color HEX #467E66 Viridian

📋 copy color: '#467E66'

red 70 ◦ green 126 ◦ blue 102

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

Shades of Viridian #467E66

Tints of Viridian #467E66

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.28%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 23.49%
G = 42.28%
B = 34.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#467E66 (or 0x467E66) is known color: Viridian. HEX triplet: 46, 7E and 66. RGB value is (70,126,102). Sum of RGB (Red+Green+Blue) = 70+126+102=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #467E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E66 is #B98199. Grayscale: #6A6A6A. Windows color (decimal): -12157338 or 6716998. OLE color: 6716998.

HSL color Cylindrical-coordinate representation of color #467E66: hue angle of 154.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467E66 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 126 102 -
CMYK 0.44 0 0.19 0.51
HSL 154.29º 0.29% 0.38% -
HSV(B) 154.29º 0.44% 0.49% -
XYZ 12.38 17.18 15.23 -
YUV 106.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 70 126 102 0.44 0 0.19 0.51 154.29 0.29 0.38
Hex 46 7E 66 2C 0 13 33 9A 1D 26
Octal 106 176 146 54 0 23 63 232 35 46
Binary 1000110 1111110 1100110 101100 0 10011 110011 10011010 11101 100110

Color Harmonies of #467E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E66

Black with #467E66

Text Example


Text Example

White with #467E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467E66; }

 p { color: rgb(70,126,102); }

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

background-color css

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

 a { background-color: rgb(70,126,102); }

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

border-color css

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

 span { border-color: rgb(70,126,102); }

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