Html Css Color HEX #466454 Viridian Green

📋 copy color: '#466454'

red 70 ◦ green 100 ◦ blue 84

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

Shades of Viridian Green #466454

Tints of Viridian Green #466454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.37%

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 27.56%
G = 39.37%
B = 33.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#466454 (or 0x466454) is known color: Viridian Green. HEX triplet: 46, 64 and 54. RGB value is (70,100,84). Sum of RGB (Red+Green+Blue) = 70+100+84=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #466454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466454 is #B99BAB. Grayscale: #595959. Windows color (decimal): -12164012 or 5530694. OLE color: 5530694.

HSL color Cylindrical-coordinate representation of color #466454: hue angle of 148º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #466454 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 84 -
CMYK 0.30 0 0.16 0.61
HSL 148º 0.18% 0.33% -
HSV(B) 148º 0.3% 0.39% -
XYZ 8.68 11.06 10.06 -
YUV 89.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 70 100 84 0.30 0 0.16 0.61 148 0.18 0.33
Hex 46 64 54 1E 0 10 3D 94 12 21
Octal 106 144 124 36 0 20 75 224 22 41
Binary 1000110 1100100 1010100 11110 0 10000 111101 10010100 10010 100001

Color Harmonies of #466454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466454

Black with #466454

Text Example


Text Example

White with #466454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466454; }

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

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

background-color css

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

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

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

border-color css

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

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

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