Html Css Color HEX #466054 Viridian Green

📋 copy color: '#466054'

red 70 ◦ green 96 ◦ blue 84

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

Shades of Viridian Green #466054

Tints of Viridian Green #466054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

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

R = 28%
G = 38.4%
B = 33.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#466054 (or 0x466054) is known color: Viridian Green. HEX triplet: 46, 60 and 54. RGB value is (70,96,84). Sum of RGB (Red+Green+Blue) = 70+96+84=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #466054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466054 is #B99FAB. Grayscale: #565656. Windows color (decimal): -12165036 or 5529670. OLE color: 5529670.

HSL color Cylindrical-coordinate representation of color #466054: hue angle of 152.31º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #466054 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 84 -
CMYK 0.27 0 0.12 0.62
HSL 152.31º 0.16% 0.33% -
HSV(B) 152.31º 0.27% 0.38% -
XYZ 8.31 10.31 9.94 -
YUV 86.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 70 96 84 0.27 0 0.12 0.62 152.31 0.16 0.33
Hex 46 60 54 1B 0 C 3E 98 10 21
Octal 106 140 124 33 0 14 76 230 20 41
Binary 1000110 1100000 1010100 11011 0 1100 111110 10011000 10000 100001

Color Harmonies of #466054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466054

Black with #466054

Text Example


Text Example

White with #466054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466054; }

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

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

background-color css

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

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

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

border-color css

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

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

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