Html Css Color HEX #467D64 Viridian

📋 copy color: '#467D64'

red 70 ◦ green 125 ◦ blue 100

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

Shades of Viridian #467D64

Tints of Viridian #467D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.37%

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

R = 23.73%
G = 42.37%
B = 33.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#467D64 (or 0x467D64) is known color: Viridian. HEX triplet: 46, 7D and 64. RGB value is (70,125,100). Sum of RGB (Red+Green+Blue) = 70+125+100=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #467D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467D64 is #B9829B. Grayscale: #696969. Windows color (decimal): -12157596 or 6585670. OLE color: 6585670.

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

Color convert

RGB 70 125 100 -
CMYK 0.44 0 0.2 0.51
HSL 152.73º 0.28% 0.38% -
HSV(B) 152.73º 0.44% 0.49% -
XYZ 12.16 16.89 14.68 -
YUV 105.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 70 125 100 0.44 0 0.2 0.51 152.73 0.28 0.38
Hex 46 7D 64 2C 0 14 33 99 1C 26
Octal 106 175 144 54 0 24 63 231 34 46
Binary 1000110 1111101 1100100 101100 0 10100 110011 10011001 11100 100110

Color Harmonies of #467D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D64

Black with #467D64

Text Example


Text Example

White with #467D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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