Html Css Color HEX #466855 Viridian Green

📋 copy color: '#466855'

red 70 ◦ green 104 ◦ blue 85

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

Shades of Viridian Green #466855

Tints of Viridian Green #466855

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.15%

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

R = 27.03%
G = 40.15%
B = 32.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#466855 (or 0x466855) is known color: Viridian Green. HEX triplet: 46, 68 and 55. RGB value is (70,104,85). Sum of RGB (Red+Green+Blue) = 70+104+85=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #466855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466855 is #B997AA. Grayscale: #5B5B5B. Windows color (decimal): -12162987 or 5597254. OLE color: 5597254.

HSL color Cylindrical-coordinate representation of color #466855: hue angle of 146.47º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466855 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 104 85 -
CMYK 0.33 0 0.18 0.59
HSL 146.47º 0.2% 0.34% -
HSV(B) 146.47º 0.33% 0.41% -
XYZ 9.12 11.86 10.4 -
YUV 91.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 70 104 85 0.33 0 0.18 0.59 146.47 0.2 0.34
Hex 46 68 55 21 0 12 3B 92 14 22
Octal 106 150 125 41 0 22 73 222 24 42
Binary 1000110 1101000 1010101 100001 0 10010 111011 10010010 10100 100010

Color Harmonies of #466855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466855

Black with #466855

Text Example


Text Example

White with #466855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466855; }

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

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

background-color css

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

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

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

border-color css

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

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

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