Html Css Color HEX #466055 Viridian Green

📋 copy color: '#466055'

red 70 ◦ green 96 ◦ blue 85

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

Shades of Viridian Green #466055

Tints of Viridian Green #466055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 27.89%
G = 38.25%
B = 33.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#466055 (or 0x466055) is known color: Viridian Green. HEX triplet: 46, 60 and 55. RGB value is (70,96,85). Sum of RGB (Red+Green+Blue) = 70+96+85=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #466055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466055 is #B99FAA. Grayscale: #565656. Windows color (decimal): -12165035 or 5595206. OLE color: 5595206.

HSL color Cylindrical-coordinate representation of color #466055: hue angle of 154.62º 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 #466055 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 85 -
CMYK 0.27 0 0.11 0.62
HSL 154.62º 0.16% 0.33% -
HSV(B) 154.62º 0.27% 0.38% -
XYZ 8.35 10.32 10.15 -
YUV 86.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 70 96 85 0.27 0 0.11 0.62 154.62 0.16 0.33
Hex 46 60 55 1B 0 B 3E 9B 10 21
Octal 106 140 125 33 0 13 76 233 20 41
Binary 1000110 1100000 1010101 11011 0 1011 111110 10011011 10000 100001

Color Harmonies of #466055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466055

Black with #466055

Text Example


Text Example

White with #466055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466055; }

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

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

background-color css

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

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

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

border-color css

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

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

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