Html Css Color HEX #466755 Viridian Green

📋 copy color: '#466755'

red 70 ◦ green 103 ◦ blue 85

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

Shades of Viridian Green #466755

Tints of Viridian Green #466755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.92%

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

R = 27.13%
G = 39.92%
B = 32.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#466755 (or 0x466755) is known color: Viridian Green. HEX triplet: 46, 67 and 55. RGB value is (70,103,85). Sum of RGB (Red+Green+Blue) = 70+103+85=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #466755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466755 is #B998AA. Grayscale: #5B5B5B. Windows color (decimal): -12163243 or 5596998. OLE color: 5596998.

HSL color Cylindrical-coordinate representation of color #466755: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466755 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 85 -
CMYK 0.32 0 0.17 0.60
HSL 147.27º 0.19% 0.34% -
HSV(B) 147.27º 0.32% 0.4% -
XYZ 9.02 11.66 10.37 -
YUV 91.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 70 103 85 0.32 0 0.17 0.60 147.27 0.19 0.34
Hex 46 67 55 20 0 11 3C 93 13 22
Octal 106 147 125 40 0 21 74 223 23 42
Binary 1000110 1100111 1010101 100000 0 10001 111100 10010011 10011 100010

Color Harmonies of #466755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466755

Black with #466755

Text Example


Text Example

White with #466755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466755; }

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

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

background-color css

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

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

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

border-color css

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

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

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