#466355

Color #466355 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #466355

Tints of Viridian Green #466355

Color information

#466355 (or 0x466355) is unknown color: approx 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

RGB709985-
CMYK0.2900.140.61
HSL151.03º17.16%33.14%-
HSV(B)151.03º29.29%38.82%-
XYZ8.6310.8810.24-
YUV88.73125.89114.64-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099850.2900.140.61151.0317.1633.14
Hex4663551D0E3D971121
Octal10614312535016752272141
Binary10001101100011101010111101011101111011001011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>