Html Css Color HEX #467764 Viridian

📋 copy color: '#467764'

red 70 ◦ green 119 ◦ blue 100

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

Shades of Viridian #467764

Tints of Viridian #467764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.18%

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

R = 24.22%
G = 41.18%
B = 34.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#467764 (or 0x467764) is known color: Viridian. HEX triplet: 46, 77 and 64. RGB value is (70,119,100). Sum of RGB (Red+Green+Blue) = 70+119+100=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #467764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467764 is #B9889B. Grayscale: #666666. Windows color (decimal): -12159132 or 6584134. OLE color: 6584134.

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

Color convert

RGB 70 119 100 -
CMYK 0.41 0 0.16 0.53
HSL 156.73º 0.26% 0.37% -
HSV(B) 156.73º 0.41% 0.47% -
XYZ 11.42 15.42 14.43 -
YUV 102.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 70 119 100 0.41 0 0.16 0.53 156.73 0.26 0.37
Hex 46 77 64 29 0 10 35 9D 1A 25
Octal 106 167 144 51 0 20 65 235 32 45
Binary 1000110 1110111 1100100 101001 0 10000 110101 10011101 11010 100101

Color Harmonies of #467764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467764

Black with #467764

Text Example


Text Example

White with #467764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467764; }

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

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

background-color css

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

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

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

border-color css

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

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

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