Html Css Color HEX #467C68 Viridian

📋 copy color: '#467C68'

red 70 ◦ green 124 ◦ blue 104

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

Shades of Viridian #467C68

Tints of Viridian #467C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.61%

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

R = 23.49%
G = 41.61%
B = 34.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#467C68 (or 0x467C68) is known color: Viridian. HEX triplet: 46, 7C and 68. RGB value is (70,124,104). Sum of RGB (Red+Green+Blue) = 70+124+104=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #467C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C68 is #B98397. Grayscale: #696969. Windows color (decimal): -12157848 or 6847558. OLE color: 6847558.

HSL color Cylindrical-coordinate representation of color #467C68: hue angle of 157.78º degrees, saturation: 0.28, 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 #467C68 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 124 104 -
CMYK 0.44 0 0.16 0.51
HSL 157.78º 0.28% 0.38% -
HSV(B) 157.78º 0.44% 0.49% -
XYZ 12.23 16.72 15.68 -
YUV 105.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 70 124 104 0.44 0 0.16 0.51 157.78 0.28 0.38
Hex 46 7C 68 2C 0 10 33 9E 1C 26
Octal 106 174 150 54 0 20 63 236 34 46
Binary 1000110 1111100 1101000 101100 0 10000 110011 10011110 11100 100110

Color Harmonies of #467C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467C68

Black with #467C68

Text Example


Text Example

White with #467C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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