Html Css Color HEX #467664 Viridian

📋 copy color: '#467664'

red 70 ◦ green 118 ◦ blue 100

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

Shades of Viridian #467664

Tints of Viridian #467664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.97%

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 24.31%
G = 40.97%
B = 34.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#467664 (or 0x467664) is known color: Viridian. HEX triplet: 46, 76 and 64. RGB value is (70,118,100). Sum of RGB (Red+Green+Blue) = 70+118+100=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #467664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467664 is #B9899B. Grayscale: #656565. Windows color (decimal): -12159388 or 6583878. OLE color: 6583878.

HSL color Cylindrical-coordinate representation of color #467664: hue angle of 157.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467664 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 100 -
CMYK 0.41 0 0.15 0.54
HSL 157.5º 0.26% 0.37% -
HSV(B) 157.5º 0.41% 0.46% -
XYZ 11.3 15.18 14.39 -
YUV 101.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 70 118 100 0.41 0 0.15 0.54 157.5 0.26 0.37
Hex 46 76 64 29 0 F 36 9E 1A 25
Octal 106 166 144 51 0 17 66 236 32 45
Binary 1000110 1110110 1100100 101001 0 1111 110110 10011110 11010 100101

Color Harmonies of #467664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467664

Black with #467664

Text Example


Text Example

White with #467664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467664; }

 p { color: rgb(70,118,100); }

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

background-color css

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

 a { background-color: rgb(70,118,100); }

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

border-color css

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

 span { border-color: rgb(70,118,100); }

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