Html Css Color HEX #466355 Viridian Green

📋 copy color: '#466355'

red 70 ◦ green 99 ◦ blue 85

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

Shades of Viridian Green #466355

Tints of Viridian Green #466355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

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

R = 27.56%
G = 38.98%
B = 33.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#466355 (or 0x466355) is known color: Viridian Green. HEX triplet: 46, 63 and 55. RGB value is (70,99,85). Sum of RGB (Red+Green+Blue) = 70+99+85=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 99 - color contains mainly: green. Hex color #466355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466355 is #B99CAA. Grayscale: #585858. Windows color (decimal): -12164267 or 5595974. OLE color: 5595974.

HSL color Cylindrical-coordinate representation of color #466355: hue angle of 151.03º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466355 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 99 85 -
CMYK 0.29 0 0.14 0.61
HSL 151.03º 0.17% 0.33% -
HSV(B) 151.03º 0.29% 0.39% -
XYZ 8.63 10.88 10.24 -
YUV 88.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 70 99 85 0.29 0 0.14 0.61 151.03 0.17 0.33
Hex 46 63 55 1D 0 E 3D 97 11 21
Octal 106 143 125 35 0 16 75 227 21 41
Binary 1000110 1100011 1010101 11101 0 1110 111101 10010111 10001 100001

Color Harmonies of #466355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466355

Black with #466355

Text Example


Text Example

White with #466355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466355; }

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

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

background-color css

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

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

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

border-color css

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

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

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