Html Css Color HEX #466455 Viridian Green

📋 copy color: '#466455'

red 70 ◦ green 100 ◦ blue 85

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

Shades of Viridian Green #466455

Tints of Viridian Green #466455

RGB

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

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

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

R = 27.45%
G = 39.22%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#466455 (or 0x466455) is known color: Viridian Green. HEX triplet: 46, 64 and 55. RGB value is (70,100,85). Sum of RGB (Red+Green+Blue) = 70+100+85=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 100 - color contains mainly: green. Hex color #466455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466455 is #B99BAA. Grayscale: #595959. Windows color (decimal): -12164011 or 5596230. OLE color: 5596230.

HSL color Cylindrical-coordinate representation of color #466455: hue angle of 150º 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 #466455 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 85 -
CMYK 0.30 0 0.15 0.61
HSL 150º 0.18% 0.33% -
HSV(B) 150º 0.3% 0.39% -
XYZ 8.72 11.07 10.27 -
YUV 89.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 70 100 85 0.30 0 0.15 0.61 150 0.18 0.33
Hex 46 64 55 1E 0 F 3D 96 12 21
Octal 106 144 125 36 0 17 75 226 22 41
Binary 1000110 1100100 1010101 11110 0 1111 111101 10010110 10010 100001

Color Harmonies of #466455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466455

Black with #466455

Text Example


Text Example

White with #466455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466455; }

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

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

background-color css

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

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

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

border-color css

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

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

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